Hi,
I am trying to create custom dashboard from prometheus logs but not getting
as expected I am trying to count them. below is the script I am using but I
am getting zero.
count(http_server_requests_seconds_count{application="marketplace-service",
uri="/marketplace/live/bid/{auctionId}"})
Below is the 1 line log and I wanted to achieve that if uri, method and
application matches, it should count as 1.
"http_server_requests_seconds_count{application="marketplace-service",exception="None",method="GET",outcome="SUCCESS",status="200",uri="/actuator/prometheus",}
""
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/450743fd-efd3-4c23-99cf-3d0810fa7366n%40googlegroups.com.