]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
open_telemetry_collector plugin: Default to port 4317.
authorFlorian Forster <octo@collectd.org>
Thu, 1 Feb 2024 11:29:19 +0000 (12:29 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 20 Feb 2024 14:28:50 +0000 (15:28 +0100)
src/open_telemetry_collector.cc

index b4326747a99659837491d8c65f854b083dc5238a..7b9f7932a4f714a2e6e2087eb5e644aee422e3ed 100644 (file)
@@ -73,7 +73,7 @@ struct Listener {
   grpc::SslServerCredentialsOptions *ssl;
 };
 static std::vector<Listener> listeners;
-static grpc::string default_addr("0.0.0.0:50051");
+static grpc::string default_addr("0.0.0.0:4317");
 
 /*
  * helper functions