You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example i have
{app="test", time=1, info="some info 1"}
{app="test", time=3, info="some info 2"}
{app="test", time=5, info="some info 3"}
And i wan't to get only records that have time > 5, or only record with max time of some time range, and another example i need average time of records with specific period of time with specific label values.
Does loki have any features to work with label's values?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
A stale issue or PR that will automatically be closed.
label
Aug 15, 2020
For example i have
{app="test", time=1, info="some info 1"}
{app="test", time=3, info="some info 2"}
{app="test", time=5, info="some info 3"}
And i wan't to get only records that have time > 5, or only record with max time of some time range, and another example i need average time of records with specific period of time with specific label values.
Does loki have any features to work with label's values?
The text was updated successfully, but these errors were encountered: