grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
22.71k stars 3.3k forks source link

chore: [release-2.9.x] docs: Label filter expression: Change unit suffix suffix to proper case whe… #13345

Open grafanabot opened 4 days ago

grafanabot commented 4 days ago

Backport 91a34868db61f2cf4299d618c2e48885ff0a705e from #13344


Label filter expression: Change unit suffix suffix to proper case when dealing with a Byte datatype

What this PR does / why we need it: This updates documentation to match functionality described in the source code here.

The lexer does not support lowercase units "kb" or "gb".

Please note I have removed E/PB and E/PiB and will be creating a separate issue for them as they do not seem to be supported at the time.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Checklist