Get DataDog metrics about tables and columns being updated

0
Hi all,   I’m trying to extract some usage data from our Mendix apps running in the cloud that have the DataDog agent configured. I’d like to get data on the number of queries being executed against each table and each column on each table in the database. Ideally, I’d be able to see this data in a bar graph with the x-axis being the table name and the y-axis being the number of SELECT, INSERT and UPDATE queries performed on that table. I’d also like to see a similar type of graph with column names instead of table names.   I’m able to extract this information myself with a little bit of processing, but I’d rather not build my own implementation if this is natively handled already by the Mendix Datadog agent.
asked
0 answers