Skip to content

Commit db0f62b

Browse files
authored
fix: Align with new OTEL chart config
1 parent 9bd71fe commit db0f62b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ Now that we have the chart repository configured, we can deploy the OpenTelemetr
9494
enabled: false
9595
standaloneCollector:
9696
enabled: true
97-
configOverride:
97+
config:
9898
exporters:
9999
prometheus:
100100
endpoint: "0.0.0.0:8889"
101101
namespace: azure_apim
102102
send_timestamps: true
103-
service:
104-
pipelines:
105-
metrics:
106-
exporters:
107-
- prometheus
103+
service:
104+
pipelines:
105+
metrics:
106+
exporters:
107+
- prometheus
108108
service:
109109
type: LoadBalancer
110110
ports:

0 commit comments

Comments
 (0)