You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/telemetry.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,7 @@ Setting `ServiceControl/PrintMetrics` to `true` will print metrics to the logs a
8
8
9
9
## Audit
10
10
11
-
Set `ServiceControl.Audit/OtlpEndpointUrl` to a valid [OTLP endpoint url](https://opentelemetry.io/docs/specs/otel/protocol/exporter/#configuration-options). Only GRPC endpoints are supported at this stage.
12
-
13
-
It's recommended to use a local [OTEL Collector](https://opentelemetry.io/docs/collector/) to collect, batch and export the metrics to the relevant observability backend being used.
14
-
15
-
Example configuration: https://github.com/andreasohlund/Docker/tree/main/otel-monitoring
11
+
Set `ServiceControl.Audit/OtlpEndpointUrl` to a valid [OTLP endpoint url](https://opentelemetry.io/docs/specs/otel/protocol/exporter/#configuration-options). Only GRPC endpoints are supported at this stage.
16
12
17
13
The following ingestion metrics with their corresponding dimensions are available:
18
14
@@ -26,11 +22,11 @@ The following ingestion metrics with their corresponding dimensions are availabl
26
22
-`result` - Indicates how the failure was resolved: `retry` or `stored-poison`
3. Visualize the data, for example https://grafana.com/grafana/dashboards/22698-ravendb-prometheus/
51
+
52
+
## OTEL Collector
53
+
54
+
It's recommended to use a local [OTEL Collector](https://opentelemetry.io/docs/collector/) to collect, batch and export the metrics to the relevant observability backend being used.
55
+
56
+
Example configuration: https://github.com/andreasohlund/Docker/tree/main/otel-monitoring
57
+
58
+
### Azure Monitor
59
+
60
+
User the [exporter for Azure Monitor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/azuremonitorexporter/README.md) to push telemetry to application insights.
0 commit comments