Skip to content

Commit

Permalink
updates deployment patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas committed Mar 13, 2023
1 parent 1c6cfe0 commit 3a189be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/collector/deployment/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ receivers:
prometheus:
config:
scrape_configs:
- job_name: "otel-collector"
- job_name: 'otel-collector'
scrape_interval: 5s
static_configs:
- targets: ["0.0.0.0:8888"]
- targets: ['0.0.0.0:8888']
jaeger:
protocols:
grpc:
Expand Down

0 comments on commit 3a189be

Please sign in to comment.