summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
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"))