question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What is the meaning of the prometheus metrics tag "le" and Is there a grafana config file

See original GitHub issue
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.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:closed
  • Created a year ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
liuxuzxxcommented, Jul 26, 2022

@liuxuzxx So do you understand what is "le"? And what do you mean “I use heatmap resolve this problem!”?

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!

0reactions
osyacommented, Jul 25, 2022

@liuxuzxx So do you understand what is "le"? And what do you mean “I use heatmap resolve this problem!”?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found