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

Update logql.md #2125

merged 4 commits into from
Jun 15, 2020

Conversation

theMercedes
Copy link
Contributor

Edited grammar, syntax, typos and added a few lists to make the document easier to read.

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Documentation added
  • Tests updated

Edited grammar, syntax, typos and added a few lists to make the document easier to read.
@CLAassistant
Copy link

CLAassistant commented May 25, 2020

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

codecov-commenter commented May 25, 2020

Codecov Report

Merging #2125 into master will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2125      +/-   ##
==========================================
- Coverage   61.25%   61.17%   -0.09%     
==========================================
  Files         146      146              
  Lines       11196    11196              
==========================================
- Hits         6858     6849       -9     
- Misses       3793     3798       +5     
- Partials      545      549       +4     
Impacted Files Coverage Δ
pkg/promtail/targets/tailer.go 73.86% <0.00%> (-4.55%) ⬇️
pkg/promtail/targets/filetarget.go 68.67% <0.00%> (-1.81%) ⬇️
pkg/logql/evaluator.go 90.69% <0.00%> (-0.59%) ⬇️

Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good !

Thanks !

@cyriltovena
Copy link
Contributor

I'll leave some time for @oddlittlebird before merging.

Copy link
Contributor

@oddlittlebird oddlittlebird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple minor items to address. The big one is consistency in formatting.

docs/logql.md Outdated Show resolved Hide resolved
docs/logql.md Show resolved Hide resolved
@oddlittlebird
Copy link
Contributor

oddlittlebird commented May 29, 2020 via email

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Copy link
Contributor

@oddlittlebird oddlittlebird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple minor suggestions, but this looks good!

@@ -1,26 +1,28 @@
# LogQL: Log Query Language

Loki comes with its own PromQL-inspired language for queries called *LogQL*.
LogQL can be considered a distributed `grep` that aggregates log sources and
LogQL can be considered a distributed `grep` that aggregates log sources,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
LogQL can be considered a distributed `grep` that aggregates log sources,
LogQL can be considered a distributed `grep` that aggregates log sources.

docs/logql.md Outdated Show resolved Hide resolved
docs/logql.md Outdated Show resolved Hide resolved
cyriltovena and others added 2 commits June 15, 2020 13:59
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
@cyriltovena cyriltovena merged commit 8ebac4c into grafana:master Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants