python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
When to use gauge or histogram in prometheus in recording request duration?
I'm new to metric monitoring.
If we want to record the duration of the requests, I think we should use gauge, but in practise, someone would use histogram.
for example, in grpc-ecosystem/go-grpc-prome...
wymli
Votes: 0
Answers: 3
Does cAdvisor use binary or decimal system when reporting bytes
I am using cAdvisor v0.44.0 to expose container metrics which are collected by Prometheus and visualized in Grafana. One of the cAdvisor metrics is container_network_receive_bytes_total. Let's say tha...
Sam Carlson
Votes: 0
Answers: 0
Metrics for scatter plot\ random distribution
During my Data analysis process, I want to demonstrate that 2 variables have 0 correlation with each other,
the scatter plot loo like the following picture
Which metrics can I choose to show that the ...
Gal
Votes: 0
Answers: 0
Split Python list field into two and leave them in place
How would you split a field in Python and then leave the two fields side by side in the list? Is there a command to use asides from .split()? Or would it make more sense to write a function that does ...
CPhillips
Votes: 0
Answers: 3