Db metrics pending requests (#1290)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
parent
b2424db774
commit
8101a6397c
|
|
@ -0,0 +1,4 @@
|
||||||
|
change_type: enhancement
|
||||||
|
component: db
|
||||||
|
note: Change description of `db.client.connection.pending_requests` from cumulative to current value
|
||||||
|
issues: [ 1290 ]
|
||||||
|
|
@ -386,7 +386,7 @@ This metric is [recommended][MetricRecommended].
|
||||||
|
|
||||||
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
|
| Name | Instrument Type | Unit (UCUM) | Description | Stability |
|
||||||
| -------- | --------------- | ----------- | -------------- | --------- |
|
| -------- | --------------- | ----------- | -------------- | --------- |
|
||||||
| `db.client.connection.pending_requests` | UpDownCounter | `{request}` | The number of pending requests for an open connection, cumulative for the entire pool |  |
|
| `db.client.connection.pending_requests` | UpDownCounter | `{request}` | The number of current pending requests for an open connection |  |
|
||||||
|
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ groups:
|
||||||
type: metric
|
type: metric
|
||||||
metric_name: db.client.connection.pending_requests
|
metric_name: db.client.connection.pending_requests
|
||||||
stability: experimental
|
stability: experimental
|
||||||
brief: "The number of pending requests for an open connection, cumulative for the entire pool"
|
brief: "The number of current pending requests for an open connection"
|
||||||
instrument: updowncounter
|
instrument: updowncounter
|
||||||
unit: "{request}"
|
unit: "{request}"
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue