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 19:19:10 +01:00
committed by GitHub
parent c28a917871
commit f5457c7909
7 changed files with 18 additions and 25 deletions
@@ -155,7 +155,7 @@ func TestIntegrationPluginManager(t *testing.T) {
cm := cloudmonitoring.ProvideService(hcp)
es := elasticsearch.ProvideService(hcp)
grap := graphite.ProvideService(hcp, tracer)
idb := influxdb.ProvideService(hcp, features)
idb := influxdb.ProvideService(hcp)
lk := loki.ProvideService(hcp, tracer)
otsdb := opentsdb.ProvideService(hcp)
pr := prometheus.ProvideService(hcp)