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

feat(prometheus-pushgateway) #1063

Closed
wants to merge 2 commits into from
Closed

feat(prometheus-pushgateway) #1063

wants to merge 2 commits into from

Conversation

luk43
Copy link
Contributor

@luk43 luk43 commented Jul 3, 2023

Description

I would need to add a config example. I need to work this out.

Issues

Checklist

  • This PR contains a description of the changes I'm making
  • I updated the version in Chart.yaml
  • I updated the changelog with an artifacthub.io/changes annotation in Chart.yaml, check the example in the documentation.
  • I updated applicable README.md files using pre-commit run
  • I documented any high-level concepts I'm introducing in docs/
  • CI is currently green and this is ready for review
  • I am ready to test changes after they are applied and released

@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 3, 2023
@hairmare
Copy link
Contributor

hairmare commented Jul 3, 2023

the docs say this:

... infra-apps chart which contains apps we consider valuable on most clusters ...

IMO this doesn't fit that bill

@luk43 luk43 closed this Jul 4, 2023
@hairmare hairmare deleted the feat/prom-pushgateway branch July 12, 2023 11:50
@bobs-bits
Copy link

I suggest a use case is for Prometheus Exporter in the stack is providing an endpoint for batch jobs to report to (e.g., Kubernetes Jobs). For instance, I would like like a job to report through to a dashboard the number of good and bad records to recieved, and to generate alerts when it receives bad records, and or the number of records drastically changes.

It looks like https://github.com/latchmihay got a start on a push gateway integration, perhaps this could be merged into the stack (by someone more skilled than I...apologies for not raising a PR myself)?

https://github.com/latchmihay/kube-prometheus-pushgateway

@MeCode4Food
Copy link

MeCode4Food commented Oct 4, 2024

Just as single-instance jobs are a common use case, having a reliable destination for logs from batch jobs is equally important.

Since Kubernetes supports single-run Jobs, incorporating Pushgateway into the stack would enhance the handling of logs for these Jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants