Skip to content

Commit

Permalink
Update flytestdlib/contextutils/context.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas J. Fan <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and thomasjpfan authored Aug 29, 2024
1 parent 6c66775 commit cc714d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytestdlib/contextutils/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
WorkflowIDKey Key = "wf"
NodeIDKey Key = "node"
TaskIDKey Key = "task"
// Adding this label to a metric will cause higher cardinality. Use with caution.
// Adding the ExecIDKey label to a metric will cause higher cardinality. Use with caution.
ExecIDKey Key = "exec_id"
JobIDKey Key = "job_id"
PhaseKey Key = "phase"
Expand Down

0 comments on commit cc714d3

Please sign in to comment.