Skip to content

Commit 879f9f1

Browse files
[cicd] refine brief for vcs.change.time_to_approval metric
1 parent f00fced commit 879f9f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cicd/cicd-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This metric is [recommended][MetricRecommended].
112112

113113
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
114114
| -------- | --------------- | ----------- | -------------- | --------- |
115-
| `vcs.change.time_to_approval` | Gauge | `s` | The amount of time it took a change (pull request/merge request/changelist) to get the first approval | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
115+
| `vcs.change.time_to_approval` | Gauge | `s` | The amount of time since its creation it took a change (pull request/merge request/changelist) to get the first approval | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
116116

117117
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
118118
|---|---|---|---|---|---|

model/vcs/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ groups:
2828
- id: metric.vcs.change.time_to_approval
2929
type: metric
3030
metric_name: vcs.change.time_to_approval
31-
brief: 'The amount of time it took a change (pull request/merge request/changelist) to get the first approval'
31+
brief: 'The amount of time since its creation it took a change (pull request/merge request/changelist) to get the first approval'
3232
instrument: gauge
3333
unit: "s"
3434
stability: experimental

0 commit comments

Comments
 (0)