mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
Address PR feedback: clarify comment
Signed-off-by: Charles Korn <charles.korn@grafana.com>
This commit is contained in:
parent
145d7457fe
commit
d396282941
|
@ -186,7 +186,7 @@ func rangeQueryCases() []benchCase {
|
||||||
expr: "count({__name__!=\"\",l=\"\"})",
|
expr: "count({__name__!=\"\",l=\"\"})",
|
||||||
steps: 1,
|
steps: 1,
|
||||||
},
|
},
|
||||||
// timestamp() function
|
// Functions which have special handling inside eval()
|
||||||
{
|
{
|
||||||
expr: "timestamp(a_X)",
|
expr: "timestamp(a_X)",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue