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
Please see this comment for an explanation of what's going on. I'm going to leave this issue open now because we really ought to document this more clearly and prominently in the README 😅
This comes up frequently, because it is confusing unless you understand the
intricacies of the Prometheus data and query model, CloudWatch metrics
convergence, and the relevant settings.
Fixes#580.
Explanation adapted from #483 (comment).
Signed-off-by: Matthias Rampke <[email protected]>
Hello! I have a issue, I can see the metrics using localhost:9106/metrics
TYPE aws_applicationelb_new_connection_count_sum gauge
aws_applicationelb_new_connection_count_sum{job="aws_applicationelb",instance="",load_balancer="XXX",} 275.0 1695258240000
aws_applicationelb_new_connection_count_sum{job="aws_applicationelb",instance="",load_balancer="XXXXX",} 2.0 1695258180000
aws_applicationelb_new_connection_count_sum{job="aws_applicationelb",instance="",load_balancer="XXXXX",} 478.0 1695258240000
aws_applicationelb_new_connection_count_sum{job="aws_applicationelb",instance="",load_balancer="XXXX",} 1.0 1695258000000
aws_applicationelb_new_connection_count_sum{job="aws_applicationelb",instance="",load_balancer="XXX",} 3.0 1695258060000
aws_applicationelb_new_connection_count_sum{job="aws_applicationelb",instance="",load_balancer="XXXXX",} 4.0 1695258180000
But when I want to see these same metrics in the Prometheus Web it doesn´t appear!
How can I get the metrics in the Prometheus Web?
Thank you!
##################Prometheus config#####################
The text was updated successfully, but these errors were encountered: