Hi!
I would like to fetch statistics from a PostgreSQL-database (e.g. from pg_stat) using a custom SQL. This calls for custom metrics; but before fiddling with that: are there any repository for this? This has surely been done before, right? 🙂
Solved! Go to Solution.
Hi,
I don't know of any open source plugin that fetches data from PostgreSQL.
That being said, our services department has created several such plugins in the past, so if you want help with it you can reach out to us through your account/delivery manager.
Mike
Sounds good, will do. Thanks!
Hi! I've now been able to successfully develop and deploy a custom plugin myself - reading blocked locks from PostgreSQL. Just FYI 🙂
Great to hear, well done!
Can you direct me where can I find that information about developing and deploying a custom plugin to dynatrace?
Where can I find that information and the ways to implement it from the documentation.
Is this developed by a SDK or any python program that ingest the data into dynatrace?
There is now a generic way to do this:
https://community.dynatrace.com/t5/Dynatrace-tips/Custom-Database-Queries/td-p/185781