git » prometheus-expvar-exporter » main » tree

[main] / test / t-01-config.vars

1
2
3
4
5
6
7
8
9
{
"an-int": 26,
"a-float": 1.2,
"a-map": {"good": 73.5, "bad": 38.4},
"a-string": "I am a string",
"with/unsupported-characters": 55,
"cmdline": ["/usr/bin/test", "--flag"],
"memstats": {"Alloc":6702144,"TotalAlloc":36862810952,"Sys":161443112}
}