Skip to content

Commit

Permalink
fix: update instrumentation instance CRD with new field (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Jul 29, 2024
1 parent be97165 commit 6c2ec4c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/odigos/templates/crds/instrumentationinstances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down Expand Up @@ -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: |-
Expand Down

0 comments on commit 6c2ec4c

Please sign in to comment.