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
Instances can be configured to emit telemetry to aid in performance testing or troubleshooting performance-related issues.
4
+
5
+
## Error
6
+
7
+
Setting `ServiceControl/PrintMetrics` to `true` will print metrics to the logs at `INFO` level.
8
+
9
+
## Audit
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
0 commit comments