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

Temporary use forked prometheus/common to fix ProxyURL unmarshalling #263

Merged
merged 1 commit into from Jul 21, 2022

Conversation

OlivierCazade
Copy link
Contributor

I created a pull request in the prometheus/common repository:
prometheus/common#394

Meanwhile, this PR change the dependency to point to our local fork so we can marshall/unmarshall loki HTTP config without Proxy errors.

@codecov-commenter
Copy link

Codecov Report

Merging #263 (a5ef225) into main (467e409) will decrease coverage by 1.43%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
- Coverage   61.63%   60.19%   -1.44%     
==========================================
  Files          67       69       +2     
  Lines        3915     4095     +180     
==========================================
+ Hits         2413     2465      +52     
- Misses       1350     1469     +119     
- Partials      152      161       +9     
Flag Coverage Δ
unittests 60.19% <ø> (-1.44%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/pipeline/write/write_stdout.go 59.37% <0.00%> (-40.63%) ⬇️
pkg/confgen/confgen.go 43.47% <0.00%> (-3.40%) ⬇️
pkg/test/utils.go 62.50% <0.00%> (-1.85%) ⬇️
pkg/pipeline/ingest/ingest_collector.go 48.12% <0.00%> (-1.51%) ⬇️
pkg/pipeline/ingest/ingest_kafka.go 80.28% <0.00%> (-0.49%) ⬇️
pkg/pipeline/encode/encode_kafka.go 69.01% <0.00%> (-0.35%) ⬇️
pkg/confgen/config.go 42.85% <0.00%> (ø)
pkg/api/encode_kafka.go 100.00% <0.00%> (ø)
cmd/confgenerator/main.go 0.00% <0.00%> (ø)
cmd/flowlogs-pipeline/main.go 0.00% <0.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 467e409...a5ef225. Read the comment docs.

Copy link
Collaborator

@jpinsonneau jpinsonneau left a comment

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants