Skip to content

Commit 638b533

Browse files
Merge pull request elastic#87 from elastic/miguel-edits-to-intro
fixing mobile apm agents status on index.md
2 parents caa9791 + 0a76b82 commit 638b533

File tree

3 files changed

+10
-20
lines changed

3 files changed

+10
-20
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,11 @@ EDOT can handle telemetry from two main sources: **Applications** and shared **I
3636
![EDOT-diagram](docs/images/EDOT-diagram.png)
3737
Regardless of the source, all telemetry flows through the EDOT Collector, where it is processed (where required) and exported to Elastic Observability.
3838

39-
40-
Regardless of the source, all telemetry flows through the EDOT Collector, where it is processed (where required) and exported to Elastic Observability.
41-
4239
| **Use Case** | **Telemetry Type** | **Infrastructure** | <div align="center">**EDOT Collector**</div> | <div align="center">**EDOT SDK**</div> | <div align="center">**Setup EDOT**</div> |
4340
|------------------------------|---------------------------|---------------------------|:----------------------------------:|:----------------------------------:|----------------------|
4441
| **Applications & Infrastructure** | Logs, Metrics, Traces | Kubernetes ||| [Quickstart](https://github.com/elastic/opentelemetry/blob/main/quickstart-guide.md#%EF%B8%8F-kubernetes---infrastructure--application--monitoring)|
4542
| **Infrastructure Only** | Logs, Metrics | Kubernetes ||| [Quickstart](https://github.com/elastic/opentelemetry/blob/main/quickstart-guide.md#%EF%B8%8F-kubernetes---infrastructure--application--monitoring)|
4643
| **Hosts** | Logs, Metrics | Host (VM, Bare Metal) ||| [Quickstart](https://github.com/elastic/opentelemetry/blob/main/quickstart-guide.md#%EF%B8%8F-hosts-monitoring-and-log-collection) |
4744

48-
### 📥 Report issues or provide feedback
49-
To report issues or provide feedback on EDOT, please [submit a github issue](https://github.com/elastic/opentelemetry/issues/new/choose).
50-
51-
52-
### 📄 License
53-
View details of license for [EDOT Collector](https://github.com/elastic/elastic-agent/blob/main/LICENSE.txt).
45+
### 📥 Report an issue or provide feedback
46+
To report an issue or provide feedback on EDOT, please [submit a github issue](https://github.com/elastic/opentelemetry/issues/new/choose).

docs/_edot-collector/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ The EDOT collector has some limitations which are mostly inherited from the upst
4444
* **Check Permissions:** Ensure the Collector has the right file and network permissions.
4545
* **Review Recent Changes:** Roll back recent config updates if the issue started after changes.
4646

47-
For in-depth details on troubleshooting refer to the [OpenTelemetry Collector troubleshooting documentation](https://opentelemetry.io/docs/collector/troubleshooting/)
47+
For in-depth details on troubleshooting refer to the [OpenTelemetry Collector troubleshooting documentation](https://opentelemetry.io/docs/collector/troubleshooting/)
48+
49+
### 📄 License
50+
View details of license for [EDOT Collector](https://github.com/elastic/elastic-agent/blob/main/LICENSE.txt).

docs/index.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Each EDOT distribution is asssembled with carefully curated OpenTelemetry compon
2525
| [EDOT Node.js](https://github.com/elastic/elastic-otel-node) | Technical Preview |
2626
| [EDOT .NET](https://github.com/elastic/elastic-otel-dotnet) | Technical Preview |
2727
| [EDOT PHP](https://github.com/elastic/elastic-otel-php) | Technical Preview |
28-
| EDOT iOS and Android | GA |
28+
| [EDOT iOS](https://github.com/elastic/apm-agent-ios) | GA |
29+
| [EDOT Android](https://github.com/elastic/apm-agent-android) | Technical Preview |
2930

3031
### 🟢 Production Readiness & Support
3132
Each EDOT distribution undergoes production-grade testing before being declared Generally Available (GA). Elastic provides full support for GA releases in accordance with our [support matrix](https://www.elastic.co/support/matrix) and SLAs.
@@ -41,18 +42,11 @@ EDOT can handle telemetry from two main sources: **Applications** and shared **I
4142
![EDOT-diagram](images/EDOT-diagram.png)
4243
Regardless of the source, all telemetry flows through the EDOT Collector, where it is processed (where required) and exported to Elastic Observability.
4344

44-
45-
Regardless of the source, all telemetry flows through the EDOT Collector, where it is processed (where required) and exported to Elastic Observability.
46-
4745
| **Use Case** | **Telemetry Type** | **Infrastructure** | **EDOT Collector** | **EDOT SDK** | **Setup EDOT** |
4846
|------------------------------|---------------------------|---------------------------|:----------------------------------:|:----------------------------------:|----------------------|
4947
| **Applications & Infrastructure** | Logs, Metrics, Traces | Kubernetes ||| [Quickstart](https://github.com/elastic/opentelemetry/blob/main/quickstart-guide.md#%EF%B8%8F-kubernetes---infrastructure--application--monitoring)|
5048
| **Infrastructure Only** | Logs, Metrics | Kubernetes ||| [Quickstart](https://github.com/elastic/opentelemetry/blob/main/quickstart-guide.md#%EF%B8%8F-kubernetes---infrastructure--application--monitoring)|
5149
| **Hosts** | Logs, Metrics | Host (VM, Bare Metal) ||| [Quickstart](https://github.com/elastic/opentelemetry/blob/main/quickstart-guide.md#%EF%B8%8F-hosts-monitoring-and-log-collection) |
5250

53-
### 📥 Report issues or provide feedback
54-
To report issues or provide feedback on EDOT, please [submit a github issue](https://github.com/elastic/opentelemetry/issues/new/choose).
55-
56-
57-
### 📄 License
58-
View details of license for [EDOT Collector](https://github.com/elastic/elastic-agent/blob/main/LICENSE.txt).
51+
### 📥 Report an issue or provide feedback
52+
To report an issue or provide feedback on EDOT, please [submit a github issue](https://github.com/elastic/opentelemetry/issues/new/choose).

0 commit comments

Comments
 (0)