Skip to content

Commit 547f29b

Browse files
paigerube14chaitanyaenr
authored andcommitted
adding cluster version to telemetry elastic
Signed-off-by: Paige Patton <[email protected]>
1 parent 4286ab6 commit 547f29b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/krkn_lib/models/elastic/models.py

+3
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class ElasticChaosRunTelemetry(Document):
126126
total_node_count = Integer()
127127
cloud_infrastructure = Text()
128128
cloud_type = Text()
129+
cluster_version = Text()
129130
run_uuid = Text(fields={"keyword": Keyword()})
130131

131132
class Index:
@@ -192,4 +193,6 @@ def __init__(
192193
self.total_node_count = chaos_run_telemetry.total_node_count
193194
self.cloud_infrastructure = chaos_run_telemetry.cloud_infrastructure
194195
self.cloud_type = chaos_run_telemetry.cloud_type
196+
self.cluster_version = chaos_run_telemetry.cluster_version
195197
self.run_uuid = chaos_run_telemetry.run_uuid
198+

0 commit comments

Comments
 (0)