Skip to content

Commit 0c4b587

Browse files
committed
fix: update ExperimentStatus value description in README
Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com>
1 parent 925f074 commit 0c4b587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • chaoscenter/graphql/server/pkg/metrics

chaoscenter/graphql/server/pkg/metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Type: Histogram with buckets from 1s to 30 minutes
5050
**`litmus_experiment_status`**
5151
Tracks the current status of experiment runs.
5252
Labels: `project_id`, `experiment_id`, `experiment_name`, `status`, `infra_id`
53-
Values: `0` = experiment started, `1` = experiment completed
53+
Values: `1` = experiment started, `0` = experiment completed
5454
The `status` label holds the phase string (e.g. `Running`, `Completed`, `Stopped`, `Error`)
5555

5656
---

0 commit comments

Comments
 (0)