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

Fix loki exit on jaeger agent not being present #1789

Merged
merged 1 commit into from
Mar 10, 2020

Conversation

adityacs
Copy link
Collaborator

What this PR does / why we need it:
Fix loki exit on jaeger agent not being present

Which issue(s) this PR fixes:
Fixes #1397

@adityacs adityacs force-pushed the 1397_jaeger branch 3 times, most recently from 476d485 to c059742 Compare March 10, 2020 12:27
@codecov-io
Copy link

Codecov Report

Merging #1789 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1789   +/-   ##
=======================================
  Coverage   64.16%   64.16%           
=======================================
  Files         121      121           
  Lines        9024     9024           
=======================================
  Hits         5790     5790           
  Misses       2829     2829           
  Partials      405      405
Impacted Files Coverage Δ
pkg/logql/evaluator.go 91.22% <0%> (-0.59%) ⬇️
pkg/ingester/transfer.go 66.42% <0%> (+1.42%) ⬆️

cmd/loki/main.go Outdated Show resolved Hide resolved
@adityacs adityacs force-pushed the 1397_jaeger branch 2 times, most recently from 42979ae to b620162 Compare March 10, 2020 14:53
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.

LGTM

@cyriltovena cyriltovena merged commit 5b1316e into grafana:master Mar 10, 2020
cyriltovena pushed a commit to cyriltovena/loki that referenced this pull request Jun 11, 2021
%q is better than '%v' because it will show unprintable characters as escape sequences.

Signed-off-by: Bryan Boreham <bryan@weave.works>
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.

Loki exits when the configured jaeger is not present
3 participants