What is the meaning of the prometheus metrics tag "le" and Is there a grafana config file
See original GitHub issuelettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.001",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.001048576",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.001398101",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.001747626",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.002097151",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.002446676",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.002796201",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.003145726",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.003495251",} 0.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.003844776",} 1.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.004194304",} 1.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.005592405",} 1.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.006990506",} 2.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.008388607",} 2.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.009786708",} 2.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.011184809",} 2.0
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.01258291",} 2.0
Among the returned prometheus indicators, a tag is le, what does this le mean?
for examples:
lettuce_command_firstresponse_seconds_bucket{application="cpaas-gateway",command="HELLO",local="local:any",remote="192.168.0.35/192.168.0.35:6379",le="0.01258291",} 2.0
the le=“0.01258291”, what is the meaning of le ?
and the lettuce prometheus metrics count up to 5590!
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Prometheus data source | Grafana documentation
You can define and configure the data source in YAML files as part of Grafana's ... Grafana exposes metrics for Prometheus on the...
Read more >Grafana - Prometheus.io
An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
Read more >4. Prometheus and Grafana configuration - Build to Manage
In the lab VM the Prometheus docker compose project was cloned to /root/prometheus . 1). Add the scraping job definition to the Prometheus...
Read more >A Deep Dive Into the Four Types of Prometheus Metrics
Each unique combination of a metric name and set of labels defines a series while each timestamp and float value defines a sample...
Read more >Prometheus Metrics, Implementing your Application - Sysdig
The Prometheus metrics format is so widely adopted that it became an independent project: OpenMetrics, striving to make this metric format ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi the page:https://opstrace.com/blog/grafana-histogram-howto explain what’s meaning of “le” label ,le=less or equal, I use Grafana’s heatmap show the label data!
@liuxuzxx So do you understand what is
"le"
? And what do you mean “I use heatmap resolve this problem!”?