Skip to content

Instantly share code, notes, and snippets.

@ccarvalho-eng
Created February 7, 2023 14:02
Show Gist options
  • Save ccarvalho-eng/a5233b25851787456c2b4c4c3e557724 to your computer and use it in GitHub Desktop.
Save ccarvalho-eng/a5233b25851787456c2b4c4c3e557724 to your computer and use it in GitHub Desktop.
{
"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