InfluxDB: Update feature toggle retrieval (#110941)

* Update how feature toggles are retrieved

* Update wire

* Update Influx registration

* Update test
This commit is contained in:
Andreas Christou
2025-09-11 20:19:10 +02:00
committed by GitHub
parent c28a917871
commit f5457c7909
7 changed files with 18 additions and 25 deletions
@@ -227,7 +227,7 @@ func NewPlugin(pluginID string, cfg *setting.Cfg, httpClientProvider *httpclient
case Graphite:
svc = graphite.ProvideService(httpClientProvider, tracer)
case InfluxDB:
svc = influxdb.ProvideService(httpClientProvider, features)
svc = influxdb.ProvideService(httpClientProvider)
case Loki:
svc = loki.ProvideService(httpClientProvider, tracer)
case OpenTSDB: