summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2020-01-07 04:50:17 -0500
committerVladimir Kobal <vlad@prokk.net>2020-01-07 11:50:17 +0200
commit2c255bc7f063e8dc1c2a8f5ed5b8fae0f09a5cd1 (patch)
tree82de3e1d48dbfb42af2fb9c0bfcac61e4cd7942d /exporting
parent824109cd08964d960e83d4f1e79ca0d91acea9bd (diff)
Fix spelling of Prometheus (#7673) (#7674)
Diffstat (limited to 'exporting')
-rw-r--r--exporting/read_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/read_config.c b/exporting/read_config.c
index 7577f5bca3..84c7828f93 100644
--- a/exporting/read_config.c
+++ b/exporting/read_config.c
@@ -150,7 +150,7 @@ BACKEND_TYPE exporting_select_type(const char *type)
} else if (!strcmp(type, "json") || !strcmp(type, "json:plaintext")) {
return BACKEND_TYPE_JSON;
} else if (!strcmp(type, "prometheus_remote_write")) {
- return BACKEND_TYPE_PROMETEUS;
+ return BACKEND_TYPE_PROMETHEUS;
} else if (!strcmp(type, "kinesis") || !strcmp(type, "kinesis:plaintext")) {
return BACKEND_TYPE_KINESIS;
} else if (!strcmp(type, "mongodb") || !strcmp(type, "mongodb:plaintext"))