Skip to content

Commit

Permalink
Use the 'channel-name' tag to avoid overloading 'service' (#2174)
Browse files Browse the repository at this point in the history
Use the 'channel-name' tag to avoid overloading 'service'
  • Loading branch information
carterkozak authored Feb 26, 2024
1 parent 8430321 commit af963cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dialogue-clients/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Dialogue DNS metrics.

### client.uri
Dialogue URI parsing metrics.
- `client.uri.invalid` tagged `service` (meter): Meter which is incremented any time an invalid URI is read.
- `client.uri.invalid` tagged `channel-name` (meter): Meter which is incremented any time an invalid URI is read.

## Dialogue Core

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespaces:
metrics:
invalid:
type: meter
tags: [service]
tags: [channel-name]
docs: Meter which is incremented any time an invalid URI is read.
client.dns:
docs: Dialogue DNS metrics.
Expand Down

0 comments on commit af963cf

Please sign in to comment.