Skip to content

Commit 08787f5

Browse files
committed
isnt
1 parent afd67d8 commit 08787f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ iex(6)> Gnat.pub(gnat, "topic", "ohai")
108108
```
109109

110110
The `pub` , `sub` , `request` , and `unsub` events all report the latency of those respective calls.
111-
The `message_received` event reports a number of messages like `%{count: 1}` because there isn"t a good latency metric to report. Any microservices managed by a consumer supervisor will also report `service_request` and `service_error`. In addition to the `:topic` metadata, microservices will also include `:endpoint` and `:group` (which can be `nil`) in their telemetry reports.
111+
The `message_received` event reports a number of messages like `%{count: 1}` because there isn't a good latency metric to report. Any microservices managed by a consumer supervisor will also report `service_request` and `service_error`. In addition to the `:topic` metadata, microservices will also include `:endpoint` and `:group` (which can be `nil`) in their telemetry reports.
112112

113113
All of the events (except `unsub` ) include metadata with a `:topic` key so you can split your metrics by topic.
114114

0 commit comments

Comments
 (0)