From f173cd688c977c72a0a1f68355e12973766486a2 Mon Sep 17 00:00:00 2001 From: Miles-Garnsey Date: Mon, 30 Jan 2023 11:57:54 +1100 Subject: [PATCH] From recollection, the metrics agent config belongs in the same folder as MAAC. --- pkg/telemetry/cassandra_agent/cassandra_agent_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/telemetry/cassandra_agent/cassandra_agent_config.go b/pkg/telemetry/cassandra_agent/cassandra_agent_config.go index e30ddb250..e3580203d 100644 --- a/pkg/telemetry/cassandra_agent/cassandra_agent_config.go +++ b/pkg/telemetry/cassandra_agent/cassandra_agent_config.go @@ -21,7 +21,7 @@ import ( ) var ( - agentConfigLocation = "/config/metric-collector.yaml" + agentConfigLocation = "/opt/management-api/metric-collector.yaml" defaultAgentConfig = telemetryapi.CassandraAgentSpec{ Endpoint: telemetryapi.Endpoint{ Port: "9000",