← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~alexsander-souza/maas:lp1997975_fix_grafana_agent_conf into maas:master

 

Alexsander de Souza has proposed merging ~alexsander-souza/maas:lp1997975_fix_grafana_agent_conf into maas:master.

Commit message:
remove deprecated fields from grafana-agent sample configuration

fixes LP#1997975

Requested reviews:
  MAAS Maintainers (maas-maintainers)
Related bugs:
  Bug #1997975 in MAAS: "Update grafana_agent/agent.yaml.example"
  https://bugs.launchpad.net/maas/+bug/1997975

For more details, see:
https://code.launchpad.net/~alexsander-souza/maas/+git/maas/+merge/433674

https://grafana.com/docs/agent/latest/upgrade-guide/#deprecation-on-yaml-fields-in-server-block-that-have-flags
-- 
Your team MAAS Maintainers is requested to review the proposed merge of ~alexsander-souza/maas:lp1997975_fix_grafana_agent_conf into maas:master.
diff --git a/contrib/grafana_agent/agent.yaml.example b/contrib/grafana_agent/agent.yaml.example
index 430870a..18dda2c 100644
--- a/contrib/grafana_agent/agent.yaml.example
+++ b/contrib/grafana_agent/agent.yaml.example
@@ -1,8 +1,4 @@
 server:
-  http_listen_address: 0.0.0.0
-  http_listen_port: 3100
-  grpc_listen_address: 0.0.0.0
-  grpc_listen_port: 9095
   log_level: info
 
 metrics:

Follow ups