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
Traces give us the big picture of what happens when a request is made to an application.
11
+
Knative Serving is instrumented with [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) which can emit traces to a multitude of different backends.
12
+
Specifically Serving can be configured to emit traces using the standard [OTLP format](https://opentelemetry.io/docs/specs/otlp/).
13
+
14
+
## Configuring Traces
15
+
16
+
You can update the configuration file for tracing in [observability.yaml](https://github.com/knative/serving/blob/main/config/core/configmaps/observability.yaml).
17
+
18
+
Follow the instructions in the file to set your configuration options. This file includes options such as sample rate (to determine what percentage of requests to trace), export protocol and desired backend.
19
+
20
+
You can quickly explore and update the ConfigMap object with the following command:
0 commit comments