You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use some Apache Solr containers on AWS ECS Fargate and collect their metrics via a CloudWatch agent. The endpoint needs a query string parameter for the Prometheus output.
We use some Apache Solr containers on AWS ECS Fargate and collect their metrics via a CloudWatch agent. The endpoint needs a query string parameter for the Prometheus output.
https://solr.apache.org/guide/solr/latest/deployment-guide/monitoring-with-prometheus-and-grafana.html#metrics-api-with-prometheus-format
However, it looks to me like we can't specify the
params
option to the agent setting.https://github.com/aws/amazon-cloudwatch-agent/blob/main/internal/ecsservicediscovery/README.md
Is there a way to be able to specify the
params
option related to Prometheus like this?The text was updated successfully, but these errors were encountered: