summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/runtime/data/loki/labelmap.json
blob: b24ad434c896e5827652ec8afd930ee4b5885001 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "kubernetes": {
    "container_name": "container",
    "pod_name": "pod",
    "namespace_name": "namespace",
    "labels" : {
        "team": "team"
    }
  }
}