summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/runtime/data/loki/labelmap.json
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/tests/runtime/data/loki/labelmap.json')
-rw-r--r--fluent-bit/tests/runtime/data/loki/labelmap.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/fluent-bit/tests/runtime/data/loki/labelmap.json b/fluent-bit/tests/runtime/data/loki/labelmap.json
new file mode 100644
index 00000000..b24ad434
--- /dev/null
+++ b/fluent-bit/tests/runtime/data/loki/labelmap.json
@@ -0,0 +1,10 @@
+{
+ "kubernetes": {
+ "container_name": "container",
+ "pod_name": "pod",
+ "namespace_name": "namespace",
+ "labels" : {
+ "team": "team"
+ }
+ }
+}