diff --git a/.github/workflows/website-v1-12.yml b/.github/workflows/website-v1-12.yml index a16d54978ef..d16d3796cf9 100644 --- a/.github/workflows/website-v1-12.yml +++ b/.github/workflows/website-v1-12.yml @@ -1,6 +1,7 @@ name: Azure Static Web App v1.12 on: + workflow_dispatch: push: branches: - v1.12 diff --git a/daprdocs/content/en/operations/configuration/configuration-overview.md b/daprdocs/content/en/operations/configuration/configuration-overview.md index f900beed05c..8732e3f998b 100644 --- a/daprdocs/content/en/operations/configuration/configuration-overview.md +++ b/daprdocs/content/en/operations/configuration/configuration-overview.md @@ -89,11 +89,12 @@ set `samplingRate : "0"` in the configuration. The valid range of samplingRate i The OpenTelemetry (otel) endpoint can also be configured via an environment variables. The presence of the OTEL_EXPORTER_OTLP_ENDPOINT environment variable turns on tracing for the sidecar. -| Environment Variable | Description | -|----------------------|-------------| +| Environment Variable | Description | +|----------------------|-----------------------------------------------------------------| | `OTEL_EXPORTER_OTLP_ENDPOINT` | Sets the Open Telemetry (OTEL) server address, turns on tracing | | `OTEL_EXPORTER_OTLP_INSECURE` | Sets the connection to the endpoint as unencrypted (true/false) | -| `OTEL_EXPORTER_OTLP_PROTOCOL` | Transport protocol (`grpc`, `http/protobuf`, `http/json`) | +| `OTEL_EXPORTER_OTLP_PROTOCOL` | Transport protocol (`grpc`, `http/protobuf`, `http/json`) | +| `OTEL_SERVICE_NAME` | Optional override to specify the service name used in traces | See [Observability distributed tracing]({{< ref "tracing-overview.md" >}}) for more information.