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

Add squid exporter #1154

Merged
merged 1 commit into from
Aug 20, 2018
Merged

Add squid exporter #1154

merged 1 commit into from
Aug 20, 2018

Conversation

boynux
Copy link
Contributor

@boynux boynux commented Aug 19, 2018

Adds squid exporter to the exporters list.

@brian-brazil can you have a look please?

@@ -89,6 +89,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache.
* [Tinyproxy exporter](https://github.com/igzivkov/tinyproxy_exporter)
* [Varnish exporter](https://github.com/jonnenauha/prometheus_varnish_exporter)
* [WebDriver exporter](https://github.com/mattbostock/webdriver_exporter)
* [Squid exporter](https://github.com/boynux/squid-exporter)
Copy link
Member

Choose a reason for hiding this comment

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

Please put this above Tinyproxy so the list remains in alphabetical order.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@brian-brazil
Copy link
Contributor

As Ben said, please keep it sorted.

Usually you'd have a single flag for host:port, the code is just joining them together again so you could make it a little simpler by doing so.

Considering you have to list all the metrics you want, you should consider fixing the metric names (e.g. all counters should end in _total) and units while you're at it.

Signed-off-by: Mohamad Arab <boynux@gmail.com>
@boynux
Copy link
Contributor Author

boynux commented Aug 20, 2018

@brian-brazil sure, I'll add your suggestion to the exporter Github repo and fix them accordingly. Thanks.

@brian-brazil brian-brazil merged commit d8ca0b8 into prometheus:master Aug 20, 2018
@brian-brazil
Copy link
Contributor

Thanks!

aylei pushed a commit to aylei/docs that referenced this pull request Oct 28, 2019
Signed-off-by: disksing <i@disksing.com>
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.

3 participants