Skip to content

Commit

Permalink
fix: Corrected typo
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Leonard Goodell committed Sep 27, 2023
1 parent 06b6ea3 commit 63ddd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs_src/microservices/application/AdvancedTopics.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,11 @@ All application services have the following built-in metrics:

- `HttpExportSize ` - This is a **histogram** metric that collects the size of data exported via the built-in [HTTP Export pipeline function](../BuiltIn/#http-export). The metric data is not currently tagged due to breaking changes required to tag the data with the destination endpoint. This will be addressed in a future EdgeX 3.0 release.

- `HttpExportErrors` - **(New)** This is a **counter** metric that counts the number errors encounter when exporting via HTTP.
- `HttpExportErrors` - **(New)** This is a **counter** metric that counts the number errors encountered when exporting via HTTP.

- `MqttExportSize ` - This is a **histogram** metric that collects the size of data exported via the built-in [MQTT Export pipeline function](../BuiltIn/#mqtt-export). The metric data is tagged with the specific broker address and topic.

- `MqttExportErrors` - **(New)** This is a **counter** metric that counts the number errors encounter when exporting via MQTT.
- `MqttExportErrors` - **(New)** This is a **counter** metric that counts the number errors encountered when exporting via MQTT.

- `PipelineMessagesProcessed` - This is a **counter** metric that counts the number of messages processed by the individual function pipelines defined by the application service. The metric data is tagged with the specific function pipeline ID the count is for.

Expand Down

0 comments on commit 63ddd02

Please sign in to comment.