You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixopen-telemetry#6237: Update broken links to OpenTelemetry Operator API docs - Needs test and htmltest.yml also needs to be changed to not ignore links anymore
[integration with the Prometheus Operator's `PodMonitor` and `ServiceMonitor` CRs](https://github.com/open-telemetry/opentelemetry-operator/tree/main/cmd/otel-allocator).
@@ -55,7 +55,7 @@ Longer answer: OTel Collector can be fed more than one Collector config YAML
55
55
file. That way, you can keep your base configurations in, say,
56
56
`otelcol-config.yaml`, and overrides or additions to the base configuration can
57
57
go in, for example, `otelcol-config-extras.yaml`. See an example of this in the
[example of the OpenTelemetry Operator’s Target Allocator with `ServiceMonitor`](https://github.com/avillela/otel-target-allocator-talk/tree/main?tab=readme-ov-file#3b--kubernetes-deployment-servicenow-cloud-observability-backend).
243
+
[example of the OpenTelemetry Operator's Target Allocator with `ServiceMonitor`](https://github.com/avillela/otel-target-allocator-talk/tree/main?tab=readme-ov-file#3b--kubernetes-deployment-servicenow-cloud-observability-backend).
244
244
245
245
### Q7: Do I need to create a service account to use the Target Allocator?
246
246
@@ -279,7 +279,7 @@ Just like you can override the Collector base image in the
279
279
image.
280
280
281
281
Please keep in mind that
282
-
[it’s usually best to keep the Target Allocator and OTel operator versions the same](https://cloud-native.slack.com/archives/C033BJ8BASU/p1709128862949249?thread_ts=1709081221.484429&cid=C033BJ8BASU),
282
+
[it's usually best to keep the Target Allocator and OTel operator versions the same](https://cloud-native.slack.com/archives/C033BJ8BASU/p1709128862949249?thread_ts=1709081221.484429&cid=C033BJ8BASU),
283
283
to avoid any compatibility issues. If do you choose to override the Target
284
284
Allocator’s base image, you can do so by adding `spec.targetAllocator.image` in
285
285
the `OpenTelemetryCollector` CR. You can also specify the number of replicas by
[Target Allocator API docs](https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#opentelemetrycollectorspectargetallocator).
325
+
[Target Allocator API docs](https://github.com/open-telemetry/opentelemetry-operator/blob/main/apis/v1beta1/opentelemetrycollector_types.go#L239-L249).
326
326
327
327
### Q10: Is there a version lag between the OTel Operator auto-instrumentation and auto-instrumentation of supported languages?
Copy file name to clipboardexpand all lines: content/en/docs/platforms/kubernetes/operator/automatic.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ component. If you chose not to use a Collector, you can skip to the next
44
44
section.
45
45
46
46
The Operator provides a
47
-
[Custom Resource Definition (CRD) for the OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#opentelemetrycollector)
47
+
[Custom Resource Definition (CRD) for the OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-operator/blob/main/apis/v1beta1/opentelemetrycollector_types.go)
48
48
which is used to create an instance of the Collector that the Operator manages.
49
49
The following example deploys the Collector as a deployment (the default), but
50
50
there are other
@@ -109,7 +109,7 @@ an endpoint for auto-instrumentation in your pods.
109
109
To be able to manage automatic instrumentation, the Operator needs to be
110
110
configured to know what pods to instrument and which automatic instrumentation
0 commit comments