Joe Adams

Results 67 comments of Joe Adams

I wonder if these metrics are useful as defaults for the dashboard. There are a lot of ways to run elasticsearch and many of them do not map directly to...

I don't think it's related to username/password. This seems networking related. It could be a firewall, or http vs https. Make sure you can reach these URLs in a browser...

This PR is out of date with the base branch.

That would make sense to me. I think that the missing data must be related to data not being scraped in a timely manner from prometheus (like in the event...

I see where this is a problem here: https://github.com/prometheus-community/postgres_exporter/blob/master/cmd/postgres_exporter/datasource.go#L39 I think the best course of action would be for us to implement a new DSN type to encapsulate most of...

I think that 7.13 does not currently work due to a breaking change in Elasticsearch, but otherwise yes, it should work with all versions to my knowledge. I think a...

There's no exact timeline. We're working on cutting a 1.2.0 stable release in the next few days before we do larger refactoring like this. After we work through all the...

@frittentheke Thanks for the kind words, but the credit must really go to the [JustWatch](https://github.com/justwatchcom/) team and @zwopir who were the creators and did all the heavy lifting. Thanks for...

Thanks for the feedback @zwopir. I think the plan is to refactor a lot of the code and like you suggest, the next release will likely be a major version...

@gaima8 This can already be calculated from the other metrics. According to the prometheus docs, it's best not to export percentages, but rather calculate those at query time. https://prometheus.io/docs/instrumenting/writing_exporters/#naming