From 6c2ec4c388204e4747a1e3e6603b7f32fea32103 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Mon, 29 Jul 2024 08:39:46 +0300 Subject: [PATCH] fix: update instrumentation instance CRD with new field (#107) --- .../templates/crds/instrumentationinstances.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/odigos/templates/crds/instrumentationinstances.yaml b/charts/odigos/templates/crds/instrumentationinstances.yaml index 495df4a..673e5da 100644 --- a/charts/odigos/templates/crds/instrumentationinstances.yaml +++ b/charts/odigos/templates/crds/instrumentationinstances.yaml @@ -38,6 +38,14 @@ spec: metadata: type: object spec: + properties: + containerName: + description: |- + stores the name of the container in the pod where the SDK is running. + The pod details can be found as the owner reference on the CR. + type: string + required: + - containerName type: object status: description: |- @@ -120,6 +128,10 @@ spec: type: object type: array healthy: + description: |- + Healthy true means that the odigos agent has started the SDK, and there are no errors. User can expect telemetry to be generated. + Healthy false means that the agent has stopped and telemetry data is not expected to be generated. + Healthy nil means that the agent did not report any health status yet (prefer to always report health status). type: boolean identifyingAttributes: description: |-