Skip to content

Commit 100be50

Browse files
Merge pull request #220074 from tomkerkhove/patch-5
fix(apim): Use new OpenTelemetry Collector configuration
2 parents f67cbdc + 61be8b9 commit 100be50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ Now that we have the chart repository configured, we can deploy the OpenTelemetr
8787
1. Create a local configuration file called `opentelemetry-collector-config.yml` with the following configuration:
8888

8989
```yaml
90-
agentCollector:
91-
enabled: false
92-
standaloneCollector:
93-
enabled: true
90+
mode: deployment
9491
config:
9592
exporters:
9693
prometheus:

0 commit comments

Comments
 (0)