Skip to content

Commit

Permalink
feat: Add new export error metrics to App Service common config
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 ca71810 commit 7dd5273
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions cmd/core-common-config-bootstrapper/res/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,13 @@ app-services:
Metrics:
MessagesReceived: false
InvalidMessagesReceived: false
PipelineMessagesProcessed: false # Pipeline IDs are added as the tag for the metric for each pipeline defined
PipelineMessageProcessingTime: false # Pipeline IDs are added as the tag for the metric for each pipeline defined
PipelineProcessingErrors: false # Pipeline IDs are added as the tag for the metric for each pipeline defined
HttpExportSize: false # Single metric used for all HTTP Exports
MqttExportSize: false # BrokerAddress and Topic are added as the tag for this metric for each MqttExport defined
PipelineMessagesProcessed: false # Pipeline IDs are added as the tag for this metric for each pipeline defined
PipelineMessageProcessingTime: false # Pipeline IDs are added as the tag for this metric for each pipeline defined
PipelineProcessingErrors: false # Pipeline IDs are added as the tag for this metric for each pipeline defined
HttpExportSize: false # Url is added as tag for this metric for each HTTP export defined
HttpExportErrors: false # Url is added as tag for this metric for each HTTP export defined
MqttExportSize: false # BrokerAddress and Topic are added as the tag for this metric for each MQTT export defined
MqttExportErrors: false # BrokerAddress and Topic are added as the tag for this metric for each MQTT export defined
Clients:
core-metadata:
Protocol: "http"
Expand Down

0 comments on commit 7dd5273

Please sign in to comment.