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
Copy file name to clipboardexpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -608,7 +608,7 @@ spec:
608
608
mode: statefulset
609
609
targetAllocator:
610
610
enabled: true
611
-
config:
611
+
config:
612
612
receivers:
613
613
prometheus:
614
614
config:
@@ -740,7 +740,7 @@ spec:
740
740
741
741
### Configure resource attributes with labels
742
742
743
-
You can also use common labels to set resource attributes.
743
+
You can also use common labels to set resource attributes.
744
744
745
745
The following labels are supported:
746
746
- `app.kubernetes.io/name`becomes `service.name`
@@ -782,12 +782,12 @@ The priority for setting resource attributes is as follows (first found wins):
782
782
783
783
1. Resource attributes set via `OTEL_RESOURCE_ATTRIBUTES` and `OTEL_SERVICE_NAME` environment variables
784
784
2. Resource attributes set via annotations (with the `resource.opentelemetry.io/` prefix)
785
-
3. Resource attributes set via labels (e.g. `app.kubernetes.io/name`)
785
+
3. Resource attributes set via labels (e.g. `app.kubernetes.io/name`)
786
786
if the `Instrumentation` CR has defaults.useLabelsForResourceAttributes=true (see above)
787
787
4. Resource attributes calculated from the pod's metadata (e.g. `k8s.pod.name`)
788
788
5. Resource attributes set via the `Instrumentation` CR (in the `spec.resource.resourceAttributes` section)
789
789
790
-
This priority is applied for each resource attribute separately, so it is possible to set some attributes via
790
+
This priority is applied for each resource attribute separately, so it is possible to set some attributes via
791
791
annotations and others via labels.
792
792
793
793
## Compatibility matrix
@@ -807,7 +807,7 @@ We strive to be compatible with the widest range of Kubernetes versions as possi
807
807
We use `cert-manager` for some features of this operator and the third column shows the versions of the `cert-manager` that are known to work with this operator's versions.
808
808
809
809
The Target Allocator supports prometheus-operator CRDs like ServiceMonitor, and it does so by using packages imported from prometheus-operator itself. The table shows which version is shipped with a given operator version.
810
-
Generally speaking, these are backwards compatible, but specific features require the appropriate package versions.
810
+
Generally speaking, these are backwards compatible, but specific features require the appropriate package versions.
811
811
812
812
The OpenTelemetry Operator _might_ work on versions outside of the given range, but when opening new issues, please make sure to test your scenario on a supported version.
0 commit comments