Skip to content

Commit

Permalink
removed query imit metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabh1007 committed Oct 10, 2024
1 parent 26ad50f commit ee1d400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions docs/database/couchdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Instrumentations SHOULD document how `error.type` is populated.
**[7]:** If using a port other than the default port for this DBMS and if `server.address` is set.

**[8]:** Operations are only considered batches when they contain two or more operations, and so `db.operation.batch.size` SHOULD never be `1`.
This attribute has stability level RELEASE CANDIDATE.

**[9]:** When observed from the client side, and when communicating through an intermediary, `server.address` SHOULD represent the server address behind any intermediaries, for example proxies, if it's available.

Expand Down
9 changes: 0 additions & 9 deletions model/database/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,6 @@ groups:
- ref: db.client.connection.pool.name
requirement_level: required

- id: metric.db.query.limit
type: metric
metric_name: db.query.limit
brief: "Max item count requested by the feed operation (ex. Query, ReadAll, ReadMany, Change Feed) "
instrument: histogram
unit: "{count}"
stability: experimental
extends: attributes.db.client.minimal

- id: metric.db.query.response.item_count
type: metric
metric_name: db.query.response.item_count
Expand Down

0 comments on commit ee1d400

Please sign in to comment.