-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Document new common service metrics (#877)
* feat: Document new common service metrics Signed-off-by: Leonard Goodell <[email protected]>
- Loading branch information
Lenny Goodell
authored
Oct 11, 2022
1 parent
14aea2a
commit 8447617
Showing
6 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,6 +149,16 @@ Please refer to the general [Common Configuration documentation](../../configura | |
|ResendInterval|'5s'|Sets the retry interval for attempts to send notifications.| | ||
|Writable.InsecureSecrets.SMTP.Secrets username|[email protected]|The email to send alerts and notifications| | ||
|Writable.InsecureSecrets.SMTP.Secrets password||The email password| | ||
=== "Writable.Telemetry" | ||
|Property|Default Value|Description| | ||
|---|---|---| | ||
|||See `Writable.Telemetry` at [Common Configuration](../../../configuration/CommonConfiguration/#configuration-properties) for the Telemetry configuration common to all services | | ||
|Metrics| `<common metrics>` |Service metrics that Support Notification 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.3" | ||
For EdgeX 2.3 Collecting of the some common service metrics has been added. See [Common Configuration](../../../configuration/CommonConfiguration/#configuration-properties) for more details. | ||
|
||
=== "Databases/Databases.Primary" | ||
|Property|Default Value|Description| | ||
|---|---|---| | ||
|
@@ -180,6 +190,7 @@ sign-in security settings through one of the following two methods: | |
Please see the instruction from this | ||
[Google official document](https://support.google.com/accounts/answer/6010255?hl=en). | ||
|
||
|
||
Then, use the following settings for the mail server properties: | ||
|
||
Smtp Port=25 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters