Skip to content

Commit 1c39a4d

Browse files
committed
Add supported deployment modes
1 parent 2f64d55 commit 1c39a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/otel-allocator/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Target Allocator is an optional component of the OpenTelemetry Collector [Custom Resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) (CR). The release version matches the
44
operator's most recent release as well.
55

6+
> 🚨 **Note:** the TargetAllocator currently supports `deployment`, `statefulset`, and `daemonset` deployment modes of the `OpenTelemetryCollector` CR.
7+
68
In a nutshell, the TA is a mechanism for decoupling the service discovery and metric collection functions of Prometheus such that they can be scaled independently. The Collector manages Prometheus metrics without needing to install Prometheus. The TA manages the configuration of the Collector's [Prometheus Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/prometheusreceiver/README.md).
79

810
The TA serves two functions:

0 commit comments

Comments
 (0)