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-3.0.x] docs: Clarify Unit Requirement for Duration Comparison in Label Values #13320

Closed grafanabot closed 6 days ago

grafanabot commented 6 days ago

Backport 557085530913fcfa70c39808391c846ef8273992 from #13318


What this PR does / why we need it: This update clarifies the requirement for units within the original label value when making a Duration comparison. It ensures that users understand the necessity of including a unit suffix (e.g., 'ms', 'h') for accurate parsing and comparison.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Checklist