Skip to content

Instantly share code, notes, and snippets.

@nik9000
Created July 26, 2021 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nik9000/d928a541a660d7a198126b61696b0147 to your computer and use it in GitHub Desktop.
Save nik9000/d928a541a660d7a198126b61696b0147 to your computer and use it in GitHub Desktop.
{
"metricset": { "properies": {
"name": {
"type": "keyword",
"dimension": { "order": 1 }
}
}},
"kubernetes": { "properties": {
"pod": {
"name": {
"type": "keyword",
"dimension": {"order": 2}
},
<fields about pod>
"volume": { "properties": {
"uuid": {
"type": "keyword",
"dimension": {"order": 3}
}}
}},
"some_other_thing": { "properties":
"uid": {
"type": "keyword",
"dimension": {"order": 2}
...
}}
}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment