Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions faults/load/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ spec:
- name: LIB_IMAGE_PULL_POLICY
value: "Always"

# Provide the prefix of the metric if you enabled observability
- name: OTEL_METRIC_PREFIX
value: "k6_"

labels:
name: k6-loadgen
app.kubernetes.io/part-of: litmus
Expand Down
4 changes: 4 additions & 0 deletions faults/load/k6-loadgen/engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ spec:
# Provide the image pull policy of the helper pod
- name: LIB_IMAGE_PULL_POLICY
value: "Always"

# Provide the prefix of the metric if you enabled observability
- name: OTEL_METRIC_PREFIX
value: "k6_"
3 changes: 3 additions & 0 deletions faults/load/k6-loadgen/fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ spec:
- name: LIB_IMAGE_PULL_POLICY
value: "Always"

# Provide the prefix of the metric if you enabled observability
- name: OTEL_METRIC_PREFIX
value: "k6_"
labels:
name: k6-loadgen
app.kubernetes.io/part-of: litmus
Expand Down