Skip to content

Commit

Permalink
try to expose prometheus outside
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Aug 19, 2024
1 parent 0041911 commit dabb9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prometheus/prometheus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <thread>

feminos_daq_prometheus::PrometheusManager::PrometheusManager() {
exposer = std::make_unique<Exposer>("localhost:8080");
exposer = std::make_unique<Exposer>("127.0.0.1:8080");

registry = std::make_shared<Registry>();

Expand Down

0 comments on commit dabb9d0

Please sign in to comment.