Skip to content

Commit 1e47620

Browse files
authored
Merge pull request #110238 from tomkerkhove/patch-10
docs(api): Document feature flag for OTEL system metrics
2 parents 63d9e2f + de9d2e9 commit 1e47620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/api-management/self-hosted-gateway-settings-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ This guidance helps you provide the required information to define how to authen
6060
| telemetry.metrics.cloud | Indication whether or not to [enable emitting metrics to Azure Monitor](how-to-configure-cloud-metrics-logs.md). | No | `true` | v2.0+ |
6161
| observability.opentelemetry.enabled | Indication whether or not to enable [emitting metrics to an OpenTelemetry collector](how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md) on Kubernetes. | No | `false` | v2.0+ |
6262
| observability.opentelemetry.collector.uri | URI of the OpenTelemetry collector to send metrics to. | Yes, if `observability.opentelemetry.enabled` is set to `true`; otherwise no. | N/A | v2.0+ |
63+
| observability.opentelemetry.system-metrics.enabled | Enable sending system metrics to the OpenTelemetry collector such as CPU, memory, garbage collection, etc. | No | `false` | v2.3+ |
6364
| observability.opentelemetry.histogram.buckets | Histogram buckets in which OpenTelemetry metrics should be reported. Format: "*x,y,z*,...". | No | "5,10,25,50,100,250,500,1000,2500,5000,10000" | v2.0+ |
6465

6566
## Logs

0 commit comments

Comments
 (0)