Created
February 7, 2023 14:02
-
-
Save ccarvalho-eng/a5233b25851787456c2b4c4c3e557724 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"title": "Erlang Atoms", | |
"description": "", | |
"visuals": [ | |
{ | |
"title": "Atom usage", | |
"description": "Usage of atoms in Erlang and the configured limit.", | |
"line_label": "%name% %hostname%-%type%", | |
"display": "LINE", | |
"format": "number", | |
"draw_null_as_zero": true, | |
"metrics": [ | |
{ | |
"name": "erlang_atoms", | |
"fields": [ | |
{ | |
"field": "GAUGE" | |
} | |
], | |
"tags": [ | |
{ | |
"key": "hostname", | |
"value": "*" | |
}, | |
{ | |
"key": "type", | |
"value": "*" | |
} | |
] | |
} | |
], | |
"type": "timeseries" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment