Skip to content

Commit

Permalink
[docs] Tweak ToC (#5644)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed May 22, 2024
1 parent 3cff6db commit 0cb89ab
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
23 changes: 14 additions & 9 deletions docs/metrics/getting-started-prometheus-grafana/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)
19 changes: 12 additions & 7 deletions docs/trace/getting-started-jaeger/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)

0 comments on commit 0cb89ab

Please sign in to comment.