summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/runtime/data/stackdriver/stackdriver_test_labels.h
blob: ec3d80b3a5f18928e66cd7d8cc0f13275587b5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */

#define DEFAULT_LABELS	"["		\
	"1591649196,"			\
	"{"				\
        "\"logging.googleapis.com/labels\": "		\
        "{"            \
            "\"testA\": \"valA\","          \
            "\"testB\": \"valB\""      \
        "}"     \
	"}]"

#define CUSTOM_LABELS	"["		\
	"1591649196,"			\
	"{"				\
        "\"logging.googleapis.com/customlabels\": "		\
        "{"            \
            "\"testA\": \"valA\","          \
            "\"testB\": \"valB\""      \
        "}"     \
	"}]"

#define DEFAULT_LABELS_K8S_RESOURCE_TYPE	"["		\
	"1591649196,"			\
	"{"				\
        "\"logging.googleapis.com/local_resource_id\": \"k8s_container.testnamespace.testpod.testctr\","		\
        "\"logging.googleapis.com/labels\": "		\
        "{"            \
            "\"testA\": \"valA\","          \
            "\"testB\": \"valB\""      \
        "}"     \
	"}]"

#define CUSTOM_LABELS_K8S_RESOURCE_TYPE	"["		\
	"1591649196,"			\
	"{"				\
        "\"logging.googleapis.com/local_resource_id\": \"k8s_container.testnamespace.testpod.testctr\","		\
        "\"logging.googleapis.com/customlabels\": "		\
        "{"            \
            "\"testA\": \"valA\","          \
            "\"testB\": \"valB\""      \
        "}"     \
	"}]"