We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4e212 commit 8f9eb90Copy full SHA for 8f9eb90
src/OpenTelemetry.Exporter.Prometheus.AspNetCore/README.md
@@ -8,9 +8,7 @@ for configuring an ASP.NET Core application with an endpoint for Prometheus
8
to scrape.
9
10
> [!NOTE]
11
-> This exporter does not support [OpenMetrics
12
-format](https://github.com/OpenObservability/OpenMetrics), and consequently,
13
-does not support Exemplars. For using Exemplars, use the [OTLP
+> This exporter does not support Exemplars. For using Exemplars, use the [OTLP
14
Exporter](../OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md) and use a
15
component like OTel Collector to expose metrics (with exemplars) to Prometheus.
16
This [tutorial](../../docs/metrics/exemplars/README.md) shows one way how to do that.
0 commit comments