David Lopes
David Lopes
I have access to an AIX server and can confirm that we only get textfile and time collectors:  ``` # HELP go_gc_duration_seconds A summary of the GC invocation durations....
The collection would probably have to use [libperfstat.h](https://www.ibm.com/support/knowledgecenter/en/ssw_aix_72/filesreference/libperfstat.h.html)
I am not that involved here or that good with go to contribute directly, but I have started to write an exporter here: https://github.com/dlopes7/aix-prometheus-exporter. Any help is very welcome, so...
@discordianfish I was thinking of doing that but I don't think promu builds will work because of CGO+AIX, I posted a question to the prometheus group discussion but no replies,...
@etingof When is version 1.0.0 going to be published to PyPi?
Will take a look once I have some free time
@maricarmenISC please provide: 1. Charts showing that the configuration works for some time then stops working 2. What is the endpoint configuration for this test 3. The full logs, you...
The `DataError` exception is thrown by psycopg2, not by autodynatrace. Is the exception NOT thrown when not using autodynatrace? How are you executing this bad query so I can try...
I am having a hard time reproducing, would you mind sharing a piece of code that allows you to access the rows like that? When I run ```python cur =...
Are you per chance using ```python cursor_factory=RealDictCursor # or DictCursor ``` In the connection creation? I think I was able to reproduce by using that, and will look to implement...