Skip to content

Commit

Permalink
fix: removing metrics from configuration toml
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Philippe Fuller <[email protected]>
  • Loading branch information
marcpfuller committed Apr 28, 2022
1 parent c37b68d commit b82f45e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ LogLevel = "INFO"
[Writable.Telemetry]
Interval = "30s"
PublishTopicPrefix = "edgex/telemetry" # /<service-name>/<metric-name> will be added to this Publish Topic prefix
[Writable.Telemetry.Metrics] # All service's metric names must be present in this list.
MessagesReceived = false
PipelineMessagesProcessed = false
PipelineMessageProcessingTime = false
[Writable.Telemetry.Tags]


[Service]
Host = "localhost"
Expand Down

0 comments on commit b82f45e

Please sign in to comment.