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

diff Native histograms to when repo was forked. #1

Draft
wants to merge 4 commits into
base: fork-point
Choose a base branch
from

Conversation

defenestration
Copy link
Owner

@defenestration defenestration commented Nov 21, 2023

enabling prometheus options for native-histograms causes an error with kube-state-metrics due to an info metric type that can't be scraped. Without this setting promethtus seems to scrape it in, though tools like promtool will also note this type isn't scrapable.

# port forwarding kube-state-metrics to localhost:
curl -s localhost:8080/metrics |  docker run -i --entrypoint='' prom/prometheus promtool check metrics
error while linting: text format parsing error in line 2145: unknown metric type "info"
ts=2023-11-21T18:29:00.017Z caller=scrape.go:1399 level=debug component="scrape manager" scrape_pool=serviceMonitor/monitoring/kube-prometheus-stack-kube-state-metrics/0 target=http://10.42.0.118:8080/metrics msg="Append failed" err="invalid metric type \"info\""

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