Skip to content

Commit

Permalink
Remove unnecessary attribute_group
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Apr 19, 2024
1 parent 3a629a5 commit e755f15
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions model/metrics/database-metrics.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
groups:
- id: metric_attributes.db.client
type: attribute_group
brief: 'Database client attributes'
extends: attributes.db.client

- id: metric.db.client.operation.duration
type: metric
metric_name: db.client.operation.duration
brief: "Duration of database client operations."
instrument: histogram
unit: "s"
stability: experimental
extends: metric_attributes.db.client
extends: attributes.db.client

- id: metric.db.client.connections.usage
type: metric
Expand Down

0 comments on commit e755f15

Please sign in to comment.