David Lopes

Results 25 comments of David Lopes

I have access to an AIX server and can confirm that we only get textfile and time collectors: ![image](https://user-images.githubusercontent.com/10208081/70341617-1cde8d00-1832-11ea-832a-48d55f107047.png) ``` # 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?

@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...