Class NeonAnnotation
Defines the non-node annotations used to tag objects by NEONKUBE.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public static class NeonAnnotation
Fields
OtelCollector
Used by neon-cluster-operator to identify namespaces where the neon-otel-collector shoule be created.
The idea is that telemetry forwarding will be enabled by default but that users can disable this on a namespace basis by adding this label, with the value set to false.
Declaration
public const string OtelCollector = "neonkube.io/otel-collector"
Field Value
Type | Description |
---|---|
string |