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
*Use the same cluster name as used for installing the SUSE Observability agent* if you also use the SUSE Observability agent with the Kubernetes stackpack. Using a different cluster name will result in an empty traces perspective for Kubernetes components and will overall make correlating information much harder for SUSE Observability and your users.
239
-
240
-
The `k8sattributes` processor must be the first in the pipelines. This lets it identify the pod that is sending the data.
241
212
====
242
213
243
214
@@ -354,7 +325,7 @@ For xref:/setup/security/rbac/rbac_rancher.adoc[Rancher RBAC] to work, telemetry
354
325
* `k8s.cluster.name` - the *Cluster* name as used by the Kubernetes stackpack
355
326
* `k8s.namespace.name` - a *Namespace* managed by a Rancher *Project*
356
327
357
-
This can be achieved by a configuration such as above. There the `kubernetesAttributes` preset of the `opentelemetry-collector` Helm chart injects a `k8sattributes` processor into each pipeline.
328
+
The Kubernetes Operator will inject these attributes by default into any telemetry data that is sent.
0 commit comments