Skip to content
Snippets Groups Projects
Commit 14b056a8 authored by Stephen D's avatar Stephen D
Browse files

fix statsds prefix

parent 39a5b248
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ async fn main() -> anyhow::Result<()> { ...@@ -34,7 +34,7 @@ async fn main() -> anyhow::Result<()> {
let statsd = Arc::new(Client::new( let statsd = Arc::new(Client::new(
"127.0.0.1:8125", "127.0.0.1:8125",
"commoncrawl_graph_import", "commoncrawl_graph_serve",
None, None,
)?); )?);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment