Skip to content

Commit

Permalink
Updates info on the TA
Browse files Browse the repository at this point in the history
Addresses [this review comment](#4119 (comment)).
  • Loading branch information
reese-lee committed Mar 14, 2024
1 parent b6894bf commit 2723eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/blog/2024/prom-and-otel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ config section of the spec by setting the `target_allocator.endpoint`:
The Target Allocator endpoint that the Prometheus receiver config is pointing to
is a concatenation of the OTel Collector’s name (`otelcol`, in our case) and the
`-targetallocator` suffix.
`-targetallocator` suffix. [(This is now done automatically for users!)](https://github.com/open-telemetry/opentelemetry-operator/blob/main/pkg/featuregate/featuregate.go#L58-L65)

Check warning on line 290 in content/en/blog/2024/prom-and-otel/index.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (targetallocator)

Finally, if you want to enable the Prometheus CR functionality of the Target
Allocator, you’ll need to define your own `ServiceMonitor` and `PodMonitor`
Expand Down

0 comments on commit 2723eb7

Please sign in to comment.