Add a Source to enable telemetry collection for specific Kuberenetes workloads, or a whole namespace.
Future Apps
toggle in the UI.
Otherwise, you can enable the Select All
toggle to include all the workloads in the namespace as sources, excluding future-new workloads.
frontend
in the default
namespace and belong to Datastream example
.
Note: Sources that do not have a Datastream label will be automatically attached to the default Datastream.
default
namespace:
spec.workload.name == spec.workload.namespace
spec.workload.kind: Namespace
disableInstrumentation: true
on the workload Source. For example:
default
namespace will be instrumented except for the frontend
Deployment. If example-source
is deleted (or disableInstrumentation
is set to false
), the frontend
Deployment will be instrumented.