Skip to content

Commit

Permalink
fix: Chnaged to use proper HTML linebreak
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Leonard Goodell committed Oct 11, 2022
1 parent cf8e6ff commit 90cb70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The tables in each of the tabs below document configuration properties that are
|---|---|---|
|Interval| 30s|The interval in seconds at which to report the metrics currently being collected and enabled. **Value of 0s disables reporting**. |
|PublishTopicPrefix|"edgex/telemetry"|The base topic in which to publish (report) metrics currently being collected and enabled. `/<service-name>/<metric-name>` will be added to this base topic prefix.|
|Metrics|SecuritySecretsRequested = false </br>SecuritySecretsStored = false</br> `<Service dependent>`|Boolean map of service metrics that are being collected. The boolean flag for each indicates if the metric is enabled for reporting. i.e. `EventsPersisted = true`. The metric name must match one defined by the service. |
|Metrics|SecuritySecretsRequested = false <br>SecuritySecretsStored = false<br> `<Service dependent>`|Boolean map of service metrics that are being collected. The boolean flag for each indicates if the metric is enabled for reporting. i.e. `EventsPersisted = true`. The metric name must match one defined by the service. |
|Tags|`<Service dependent>`|String map of arbitrary tags to be added to every metric that is reported for the service. i.e. `Gateway="my-iot-gateway"`. The tag names are arbitrary. |

!!! edgey "Edgex 2.2/2.3"
Expand Down
2 changes: 1 addition & 1 deletion docs_src/microservices/core/data/Ch-CoreData.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Please refer to the general [Common Configuration documentation](../../configura
|Property|Default Value|Description|
|---|---|---|
|||See `Writable.Telemetry` at [Common Configuration](../../../configuration/CommonConfiguration/#configuration-properties) for the Telemetry configuration common to all services |
|Metrics| EventsPersisted = false</br> ReadingsPersisted = false </br>`<common metrics>` |Service metrics that Core Data collects. Boolean value indicates if reporting of the metric is enabled.|
|Metrics| EventsPersisted = false<br> ReadingsPersisted = false <br>`<common metrics>` |Service metrics that Core Data collects. Boolean value indicates if reporting of the metric is enabled.|
|Tags|`<empty>`|List of arbitrary service level tags to included with every metric that is reported. i.e. `Gateway="my-iot-gateway"` |

!!! edgey "Edgex 2.2/2.3"
Expand Down

0 comments on commit 90cb70b

Please sign in to comment.