Skip to content

Commit

Permalink
fix(webserver): use falcosecurity as metric namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
  • Loading branch information
sgaist committed Mar 19, 2024
1 parent ce67234 commit d3775ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/falco/webserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void falco_webserver::start(
for (auto& metric: metrics_snapshot)
{
prometheus_metrics_converter.convert_metric_to_unit_convention(metric);
prometheus_text += prometheus_metrics_converter.convert_metric_to_text_prometheus(metric, "namespace", "falco");
prometheus_text += prometheus_metrics_converter.convert_metric_to_text_prometheus(metric, "falcosecurity", "falco");
}
}

Expand Down

0 comments on commit d3775ae

Please sign in to comment.