OTel .NET - Prometheus exporter section needs some rewrite
https://opentelemetry.io/docs/languages/dotnet/exporters/#prometheus The prometheus export section seems to be mixing up using OTLP/push method vs scrape/pull mechanism. Both uses different exporters and requires different setup as well. Currently they are mixed up in the doc.
Proposal: Separate them to own sub-sections to avoid the confusion. The OTel .NET repo has the required contents, just need to be carried over to docs page.
Hi @cijothomas!
Could you share the links to the corresponding content in the .NET repo? That way we can include the references in this issue.
Also, are you planning to open a PR for these changes? Just so we know whether we should add the help wanted label or not.
Thank you!
Shows using OTLP with Prometheus (push) https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/metrics/getting-started-prometheus-grafana
Shows Prometheus exporter (pull) https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.Prometheus.AspNetCore