Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logql.md #2125

Merged
merged 4 commits into from
Jun 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/logql.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
  • Loading branch information
owen-d and oddlittlebird authored Jun 2, 2020
commit e17e6cadf68cfa6d373625cff297e56ecad4b8e4
2 changes: 1 addition & 1 deletion docs/logql.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using labels and operators for filtering.
There are two types of LogQL queries:

-*log queries* return the contents of log lines.
cyriltovena marked this conversation as resolved.
Show resolved Hide resolved
-*metric queries* extend log queries and calculate values based on the counts of logs from a log query.
-*Metric queries* extend log queries and calculate values based on the counts of logs from a log query.

A basic log query consists of two parts:
-**log stream selector**
theMercedes marked this conversation as resolved.
Show resolved Hide resolved
Expand Down