end of file typo

This commit is contained in:
Katerina 2021-12-03 10:39:50 +02:00
parent c4ace35457
commit 5e7e2e88ff
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class PrometheusMetricsFormatter {
FUNDERS("# TYPE explore_total_funders gauge\nexplore_total_funders %s"),
PROJECTS("# TYPE explore_total_projects gauge\nexplore_total_projects %s"),
CONTENT_PROVIDERS("# TYPE explore_total_contentproviders gauge\nexplore_total_contentproviders %s"),
ORGANIZATIONS("# TYPE explore_total_organizations gauge\nexplore_total_organizations %s");
ORGANIZATIONS("# TYPE explore_total_organizations gauge\nexplore_total_organizations %s\n");
private String value;
PrometheusMetrics(String value) {