python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Prometheus metric not found on server
I am using the following YAML for my prometheus-adapter installation.
prometheus:
url: http://prometheus-server.prometheus.svc.cluster.local
port: 80
rules:
custom:
- seriesQuery: 'http_dura...
cogitoergosum
Votes: 0
Answers: 0
How to find standard deviation of averages in PromQL?
Consider a variable that varies randomly, the only pattern in its behavior is that the distribution of the variable over the current day's hour is similar to the previous day's hour. For example, cons...
ashwini abhishek
Votes: 0
Answers: 1
How to get number of tomcat requests which duration less than 1 sec or 5 sec
I'm trying to find out how to get the number of tomcat requests by their duration.
I've installed JWM Exporter and have a lot of metrics, but can't imagine how to calculate what I want.
Seems tomcat_r...

Aleksey Dz
Votes: 0
Answers: 1
Divide different node_exporter memory types by the total memory using group_left
I would like to create a graph of the proportion of total memory consumed by each of the following for a given instance:
node_memory_MemFree_bytes{instance="$instance"}
node_memory_MemAvail...
percygrunwald
Votes: 0
Answers: 1