Commit 2115bbb
authored
Fix: Use underscores in terraform workflow metric names for M3 compatibility (#780)
**Problem**
Terraform workflow metrics used dots (terraform.workflow.execution)
which don't appear correctly in M3 queries.
**Solution**
Changed metric names to use underscores to match codebase convention:
terraform.workflow.execution → terraform_workflow_execution
terraform.workflow.duration → terraform_workflow_duration1 parent 642b108 commit 2115bbb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments