[docs] Tweak ToC (#5644)
This commit is contained in:
parent
3cff6dbfd1
commit
0cb89abd45
|
|
@ -1,11 +1,16 @@
|
|||
# Getting Started with Prometheus and Grafana
|
||||
|
||||
- [Export metrics from the application](#export-metrics-from-the-application)
|
||||
- [Collect metrics using Prometheus](#collect-metrics-using-prometheus)
|
||||
- [Install and run Prometheus](#install-and-run-prometheus)
|
||||
- [View results in Prometheus](#view-results-in-prometheus)
|
||||
- [Explore metrics using Grafana](#explore-metrics-using-grafana)
|
||||
- [Learn more](#learn-more)
|
||||
<details>
|
||||
<summary>Table of Contents</summary>
|
||||
|
||||
* [Export metrics from the application](#export-metrics-from-the-application)
|
||||
* [Collect metrics using Prometheus](#collect-metrics-using-prometheus)
|
||||
* [Install and run Prometheus](#install-and-run-prometheus)
|
||||
* [View results in Prometheus](#view-results-in-prometheus)
|
||||
* [Explore metrics using Grafana](#explore-metrics-using-grafana)
|
||||
* [Learn more](#learn-more)
|
||||
|
||||
</details>
|
||||
|
||||
## Export metrics from the application
|
||||
|
||||
|
|
@ -140,8 +145,8 @@ UI](https://user-images.githubusercontent.com/17327289/151636769-138ecb4f-b44f-4
|
|||
|
||||
## Learn more
|
||||
|
||||
- [What is Prometheus?](https://prometheus.io/docs/introduction/overview/)
|
||||
- [Prometheus now supports OpenTelemetry
|
||||
* [What is Prometheus?](https://prometheus.io/docs/introduction/overview/)
|
||||
* [Prometheus now supports OpenTelemetry
|
||||
Metrics](https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a)
|
||||
- [Grafana support for
|
||||
* [Grafana support for
|
||||
Prometheus](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-graph)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,15 @@
|
|||
# Getting Started with Jaeger
|
||||
|
||||
- [Export traces from the application](#export-traces-from-the-application)
|
||||
- [Check results in the console](#check-results-in-the-console)
|
||||
- [Collect and visualize traces using Jaeger](#collect-and-visualize-traces-using-jaeger)
|
||||
- [Final cleanup](#final-cleanup)
|
||||
- [Learn more](#learn-more)
|
||||
<details>
|
||||
<summary>Table of Contents</summary>
|
||||
|
||||
* [Export traces from the application](#export-traces-from-the-application)
|
||||
* [Check results in the console](#check-results-in-the-console)
|
||||
* [Collect and visualize traces using Jaeger](#collect-and-visualize-traces-using-jaeger)
|
||||
* [Final cleanup](#final-cleanup)
|
||||
* [Learn more](#learn-more)
|
||||
|
||||
</details>
|
||||
|
||||
## Export traces from the application
|
||||
|
||||
|
|
@ -178,6 +183,6 @@ BatchExportProcessor --> | Batch | OtlpExporter
|
|||
|
||||
## Learn more
|
||||
|
||||
- [Jaeger Tracing](https://www.jaegertracing.io/)
|
||||
- [OTLP Exporter for OpenTelemetry
|
||||
* [Jaeger Tracing](https://www.jaegertracing.io/)
|
||||
* [OTLP Exporter for OpenTelemetry
|
||||
.NET](../../../src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue