-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamp messaging metrics to support generic operations (#1006)
- Loading branch information
Showing
17 changed files
with
634 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
change_type: breaking | ||
|
||
component: messaging | ||
|
||
note: | | ||
Support generic operations in messaging and rename metrics: | ||
- Make `messaging.operation.name` required and `messaging.operation.type` conditionally required when type is applicable. | ||
- Rename `messaging.publish.messages` metric to `messaging.client.published.messages` | ||
- Unify `messaging.publish.duration` and `messaging.receive.duration` metrics into `messaging.client.operation.duration` | ||
- Unify `messaging.receive.messages` and `messaging.process.messages` metrics into `messaging.client.consumed.messages` | ||
issues: [1006, 947, 937] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.