summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/prometheus/common/expfmt/testdata/json2_bad
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/prometheus/common/expfmt/testdata/json2_bad')
-rw-r--r--vendor/github.com/prometheus/common/expfmt/testdata/json2_bad46
1 files changed, 0 insertions, 46 deletions
diff --git a/vendor/github.com/prometheus/common/expfmt/testdata/json2_bad b/vendor/github.com/prometheus/common/expfmt/testdata/json2_bad
deleted file mode 100644
index cc6ac97c5..000000000
--- a/vendor/github.com/prometheus/common/expfmt/testdata/json2_bad
+++ /dev/null
@@ -1,46 +0,0 @@
-[
- {
- "baseLabels": {
- "__name__": "rpc_calls_total",
- "job": "batch_job"
- },
- "docstring": "RPC calls.",
- "metric": {
- "type": "counter",
- "value": [
- {
- "labels": {
- "servic|e": "zed"
- },
- "value": 25
- },
- {
- "labels": {
- "service": "bar"
- },
- "value": 24
- }
- ]
- }
- },
- {
- "baseLabels": {
- "__name__": "rpc_latency_microseconds"
- },
- "docstring": "RPC latency.",
- "metric": {
- "type": "histogram",
- "value": [
- {
- "labels": {
- "service": "foo"
- },
- "value": {
- "0.010000": 15,
- "0.990000": 17
- }
- }
- ]
- }
- }
-]