Skip to content

Commit

Permalink
Fix anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes committed Feb 14, 2024
1 parent 14fc6b3 commit 1fd4f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/messaging/messaging-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ _Note: The need to report `messaging.receive.messages` depends on the messaging

### Metric: `messaging.process.duration`

This metric is [required][MetricRequired] for operations are not initiated by the application code (push-based deliver), and [recommended](MetricRecommended) for processing operations instrumented for pull-based scenarios.
This metric is [required][MetricRequired] for operations are not initiated by the application code (push-based deliver), and [recommended][MetricRecommended] for processing operations instrumented for pull-based scenarios.

When this metric is reported alongside a messaging process span, the metric value SHOULD be the same as the corresponding span duration.

Expand All @@ -169,7 +169,7 @@ of `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10

### Metric: `messaging.process.messages`

This metric is [required][MetricRequired] for batch process operations, and [recommended](MetricRecommended) for batch processing operations instrumented for pull-based scenarios. It's [opt-in][MetricOptIn] when the messaging system does not support batch processing since the message count can be derived from the `messaging.process.duration` histogram.
This metric is [required][MetricRequired] for batch process operations, and [recommended][MetricRecommended] for batch processing operations instrumented for pull-based scenarios. It's [opt-in][MetricOptIn] when the messaging system does not support batch processing since the message count can be derived from the `messaging.process.duration` histogram.

_Note: The need to report `messaging.process.messages` depends on the messaging system capabilities and not application scenarios or client library limitations._

Expand Down

0 comments on commit 1fd4f99

Please sign in to comment.