Skip to content

Commit

Permalink
fix: removed dmtr header
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Apr 30, 2024
1 parent 453d72b commit 385f950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operator/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ async fn collect_prometheus_metrics(

let response = client
.get(format!("{}/query?query={query}", config.prometheus_url))
.header("dmtr-api-key", "dmtr1phx4ztpznctr9amyu39hj9lg5y394ryu3j9")
.send()
.await?;

Expand Down

0 comments on commit 385f950

Please sign in to comment.