Configuration of observability
| Variable | Description | Required | Default | Source |
|---|---|---|---|---|
NEXEED_PACO_COMMON_Observability_Enabled |
Enables or disables the APM cababilities of the application. If disabled, no telemetry data will be sent. |
Yes |
false |
|
NEXEED_PACO_COMMON_Observability_AddOtlpExporter |
Enables or disables the metrics and tracing data to be sent to the telemetry collector. |
Yes (if |
false |
|
NEXEED_PACO_COMMON_Observability_EnableLoggingTelemetry |
Enables or disables logging telemetry data to be sent to the telemetry collector. |
Yes (if |
false |
|
NEXEED_PACO_COMMON_Observability_ServiceNamespace |
The namespace of the service which will be visible in the telemetry collector. |
Yes (if |
paco |
|
NEXEED_PACO_COMMON_Observability_Otlp__endpoint |
The endpoint where the telemetry data will be sent to. |
Yes (if |
- |
|
NEXEED_PACO_COMMON_Observability_DeploymentEnvironment |
Name of the environment for the deployed service. Metrics of different systems can be distinguished by the name of their environment. |
Yes (if |
- |
|
NEXEED_PACO_COMMON_Observability_Otlp__headers |
Defines the headers which will be used when sending data to the telemetry endpoint. Usually used for bearer tokens. Sets a bearer token from the global variable: .Values.global.elasticApmSecretToken |
Yes (if |
- |
|
The injection of the OTEL_* environment variables is controlled by the .Values.local.observability.otelAutoInjectEnvParams parameter.
Packaging Control core service
| Variable | Description | Required | Default | Source |
|---|---|---|---|---|
NEXEED_PACO_CORE_SERVICE_Observability_ServiceName |
The name of the service which will be visible in the telemetry collector. |
Yes (if |
Packaging Control core service |
|
NEXEED_PACO_CORE_SERVICE_Observability_ServiceVersion |
The current version of the service, which will be used by the telemetry collector. |
Yes (if |
- |
|
Packaging Control service
| Variable | Description | Required | Default | Source |
|---|---|---|---|---|
NEXEED_PACO_SERVICE_Observability_ServiceName |
The name of the service which will be visible in the telemetry collector. |
Yes (if |
Packaging Control service |
|
NEXEED_PACO_SERVICE_Observability_ServiceVersion |
The current version of the service, which will be used by the telemetry collector. |
Yes (if |
- |
|
Packaging Control web application
| Variable | Description | Required | Default | Source |
|---|---|---|---|---|
NEXEED_PACO_CORE_WEB_SERVICE_Observability_ServiceName |
The name of the service which will be visible in the telemetry collector. |
Yes (if |
Packaging Control web application |
|
NEXEED_PACO_CORE_WEB_SERVICE_Observability_ServiceVersion |
The current version of the service, which will be used by the telemetry collector. |
Yes (if |
- |
|