-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed default config and set as example + removed bad verification …
…of len of metrics
- Loading branch information
Showing
3 changed files
with
14 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
metrics: | ||
- name: Temperature # MANDATORY | ||
help: get metrics for machine temperature # MANDATORY | ||
nodeid: ns=2;i=10853 # MANDATORY and UNIQUE for each metric | ||
labels: # if metrics share the same name they can be distinguis by labels | ||
site: MLK | ||
type: gauge # MANDATORY metric type can be counter, gauge, Float, Double | ||
- name: Temperature | ||
help: get metrics for machine temperature | ||
nodeid: ns=2;i=10852 | ||
labels: | ||
site: Paris | ||
type: gauge |
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 |
---|---|---|
@@ -1,13 +1 @@ | ||
metrics: | ||
- name: Temperature # MANDATORY | ||
help: get metrics for machine temperature # MANDATORY | ||
nodeid: ns=2;i=10853 # MANDATORY and UNIQUE for each metric | ||
labels: # if metrics share the same name they can be distinguis by labels | ||
site: MLK | ||
type: gauge # MANDATORY metric type can be counter, gauge, Float, Double | ||
- name: Temperature | ||
help: get metrics for machine temperature | ||
nodeid: ns=2;i=10852 | ||
labels: | ||
site: Paris | ||
type: gauge | ||
metrics: [] |