[docs] Tweak ToC (#5644)

This commit is contained in:
Reiley Yang 2024-05-22 09:10:39 -07:00 committed by GitHub
parent 3cff6dbfd1
commit 0cb89abd45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 16 deletions

View File

@ -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)

View File

@ -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)