cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Amazon Aurora PostgreSQL monitoring metrics

WenG
Participant
  1. May I know if Dynatrace support Aurora Postgresql V14 ? 
  2. Dynatrace has all Aurora Postgresql Available Metrics ?   
  3. My support team said Dynatrace only support on Aurora Postgresql V11 ?  but we are running on V14.
  4. Please advise how Dynatrace ingests metrics on Aurora Postgresql ? 
8 REPLIES 8

DanielS
DynaMight Guru
DynaMight Guru

Hi @WenG 

  1. PostgreSQL 9.4+
  2. Collected metrics
       
    Active connectionsNumber of active connections to all databases running under PostgreSQL
    Buffer hitNumber of times disk blocks were found in buffer cache so that a read was not necessary (only includes hits in the PostgreSQL buffer cache, not the OS file system cache)
    Cache hits ratioPercentage of accesses that result in cache hits
    Block readsNumber of disk blocks read in the database per second
    Rows returned by index scansNumber of live rows fetched by index scans
    Rows updatedNumber of rows updated by queries in the database per second
    Rows insertedNumber of rows inserted by queries in the database per second
    Rows deletedNumber of rows deleted by queries in the database per second
    Rows returned by sequential scansNumber of sequential scans fetched on the table per second
    Index scansNumber of index scans initiated on the table per second
    CommitsNumber of transactions committed to the database per second
    RollbacksNumber of rolled-back transactions in the database per second
    DanielS_0-1677167649916.png

     

  3. I cannot confirm v14 but running versions 11+ without problems, so...
    DanielS_1-1677168150319.png

     

  4. do you want to ingest metrics? please clarify.
The true delight is in the finding out rather than in the knowing.

Yes, we would like to request some of aws.aurora metrics (ie. ext:cloud.aws.aurora.queries) to be ingest in Dynatrace.  are we able to do it if we are runing aurora version V14 now ? 

WenG_0-1677169036567.png

 

My Id only can see chart on CPUUtilization Average (ext:cloud.aws.aurora.cpuUtilizationAverage)

My Id not able to see data for the rest above metrics. But Last written​ on 2023-02-23 11:15.  Advise ? 

DanielS
DynaMight Guru
DynaMight Guru

To add or edit metrics, you can do the following:

DanielS_0-1677170408609.png

 

The true delight is in the finding out rather than in the knowing.

Thank you so much.  

DanielS
DynaMight Guru
DynaMight Guru

I guess so, I'm running 13.7 without problems. For sure v14 is supported, at least is documented.

The true delight is in the finding out rather than in the knowing.

I am now asking my Dynatrace support team to enable the metrics.  

By any chance you can share Dynatrace on Aurora v14 document link ?   Thanks

DanielS
DynaMight Guru
DynaMight Guru

Yes, it says 9.4 and above.

https://www.dynatrace.com/support/help/shortlink/postgresql-monitoring

The true delight is in the finding out rather than in the knowing.

Featured Posts