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

Adding new sources/jobs to be pushed to stackdriver #242

Open
karolsochk opened this issue Jun 22, 2020 · 0 comments
Open

Adding new sources/jobs to be pushed to stackdriver #242

karolsochk opened this issue Jun 22, 2020 · 0 comments

Comments

@karolsochk
Copy link

Hi All,

We're struggling a bit with custom job metrics being pushed to stackdriver, here's what we do:

  1. Install prometheus from helm
  2. Install a sidecar by patching deployment
  3. Installing a custom exporter for uwsgi and celery (in cluster services)
  4. Modifying prometheus' configmap to add a new scraping job that is utilizing exporters above
  5. Sending our exporter metrics to stackdriver (this doesn't work yet)

So, we're seeing all other kubernetes based prometheus metrics being sent to stackdriver, but not thje ones that come from our exporters. We've also confirmed they're present in prometheus and are being scraped correctly. Is there some secret sauce when you define a new scraping job in order for it to be sent correctly to stackdriver ?

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

No branches or pull requests

1 participant