Skip to content

Commit

Permalink
metrics: Remove scollectd backend
Browse files Browse the repository at this point in the history
It's no longer used. See
#2561 (comment)
and following.

Remove it which will allow simplifying some parts of the shared metrics
backend.
  • Loading branch information
StephanDollberg committed Dec 17, 2024
1 parent 733420d commit ccc6a04
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 2,025 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,6 @@ add_library (seastar
include/seastar/core/rwlock.hh
include/seastar/core/scattered_message.hh
include/seastar/core/scheduling.hh
include/seastar/core/scollectd.hh
include/seastar/core/scollectd_api.hh
include/seastar/core/seastar.hh
include/seastar/core/semaphore.hh
include/seastar/core/shard_id.hh
Expand Down Expand Up @@ -714,8 +712,6 @@ add_library (seastar
src/core/reactor.cc
src/core/resource.cc
src/core/sharded.cc
src/core/scollectd.cc
src/core/scollectd-impl.hh
src/core/signal.cc
src/core/systemwide_memory_barrier.cc
src/core/smp.cc
Expand Down
3 changes: 0 additions & 3 deletions include/seastar/core/app-template.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <seastar/core/sstring.hh>
#include <seastar/util/program-options.hh>
#include <seastar/core/metrics_api.hh>
#include <seastar/core/scollectd.hh>
#include <seastar/util/log-cli.hh>
#include <seastar/util/modules.hh>

Expand Down Expand Up @@ -112,8 +111,6 @@ public:
metrics::options metrics_opts;
/// Configuration options for the smp aspect of seastar.
smp_options smp_opts;
/// Configuration for the scollectd sub-system.
scollectd::options scollectd_opts;
/// Configuration for the logging sub-system.
log_cli::options log_opts;

Expand Down
Loading

0 comments on commit ccc6a04

Please sign in to comment.