prometheus/web
beorn7 817a2396cb Name float values as "floats", not as "values"
In the past, every sample value was a float, so it was fine to call a
variable holding such a float "value" or "sample". With native
histograms, a sample might have a histogram value. And a histogram
value is still a value. Calling a float value just "value" or "sample"
or "V" is therefore misleading. Over the last few commits, I already
renamed many variables, but this cleans up a few more places where the
changes are more invasive.

Note that we do not to attempt naming in the JSON APIs or in the
protobufs. That would be quite a disruption. However, internally, we
can call variables as we want, and we should go with the option of
avoiding misunderstandings.

Signed-off-by: beorn7 <beorn@grafana.com>
2023-04-13 19:25:24 +02:00
..
api/v1 promql: Separate Point into FPoint and HPoint 2023-04-13 19:25:16 +02:00
ui [WebUI/ScrapePoolList] Case-insensitive search of "Scrape Pools" (#12207) 2023-04-02 11:37:58 +02:00
federate.go Name float values as "floats", not as "values" 2023-04-13 19:25:24 +02:00
federate_test.go promql: Separate Point into FPoint and HPoint 2023-04-13 19:25:16 +02:00
web.go Inject readiness state through context (#11617) 2023-01-09 00:04:00 +01:00
web_test.go /-/{healthy,ready}/ respond to HEAD (#11160) 2022-08-16 21:06:26 +02:00