SpokeyWheeler / informix-text-exporter

Prometheus Exporter for Informix that uses the Node Exporter Textfile Collector
MIT License
3 stars 2 forks source link

Need more metrics provided by default #4

Closed SpokeyWheeler closed 4 years ago

SpokeyWheeler commented 5 years ago

At the moment, there aren't really sufficient metrics provided by default. Although this can't provide any application statistics, more generic metrics could be made available - pull requests would be very welcome here!

SpokeyWheeler commented 5 years ago

Metric categories:

CPU Memory Disk User Performance Other

SpokeyWheeler commented 5 years ago

CPU:

Memory:

Disk:

User:

Performance:

Other:

SpokeyWheeler commented 4 years ago

Well, it's not going to be that simple, after all. I need to either write a lot of code to manage the SQL for edge cases and complex SQL, or I need to change the way I process the code. Since I'm post-processing the data anyway, and writing an SQL grammar checker is too hard, I'm going to refactor this to not fiddle with the SQL and just post-process the output.

Joy.

SpokeyWheeler commented 4 years ago

I think this is done! 🎉