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: prometheusIngester headers from env #96

Merged
merged 4 commits into from
Oct 14, 2022

Conversation

FuFikCZ
Copy link
Contributor

@FuFikCZ FuFikCZ commented Oct 13, 2022

original implementation counted with viper using yaml library and UnmarshalYAML interface. It was naive, viper uses
mapstructure instead of yaml package

Vlk, Ondrej added 2 commits October 13, 2022 11:12
original implementation counted with viper using yaml library and
UnmarshalYAML interface. It was naive, viper uses
mapstructure instead of yaml package
Copy link
Contributor

@rudo-thomas rudo-thomas left a comment

Choose a reason for hiding this comment

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

The tests need some love :)

pkg/prometheus_ingester/prometheus_ingester.go Outdated Show resolved Hide resolved
pkg/prometheus_ingester/prometheus_ingester.go Outdated Show resolved Hide resolved
pkg/prometheus_ingester/prometheus_ingester_test.go Outdated Show resolved Hide resolved
@FuFikCZ FuFikCZ merged commit 19ef646 into master Oct 14, 2022
@FuFikCZ FuFikCZ deleted the fuf-fix-ingester-headers-valueFromEnv branch October 14, 2022 12:10
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.

2 participants