OpenTelemetry Metrics
Postgres
Metric | Update frequency | Unit | Type | Description |
---|---|---|---|---|
| continuous |
| gauge | |
| continuous |
| counter | |
| continuous |
| counter | |
| continuous |
| counter | Total number of rows deleted from PostgreSQL |
| continuous |
| counter | Total number of PostgreSQL errors |
| continuous |
| counter | Total number of rows inserted in PostgreSQL |
| continuous |
| gauge | Number of bytes standby lags behind primary in flush phase |
| continuous |
| gauge | Number of seconds standby lags behind primary in flush phase |
| continuous |
| gauge | Number of bytes standby lags behind primary in pending phase |
| continuous |
| gauge | Number of bytes standby lags behind primary in replay phase |
| continuous |
| gauge | Number of seconds standby lags behind primary in replay phase |
| continuous |
| gauge | Number of bytes standby lags behind primary in total |
| continuous |
| gauge | Number of seconds standby lags behind primary in total |
| continuous |
| gauge | Number of bytes standby lags behind primary in write phase |
| continuous |
| gauge | Number of seconds standby lags behind primary in write phase |
| continuous |
| counter | Total number of PostgreSQL requests |
| continuous |
| counter | Requests duration sum |
| continuous |
| counter | Requests duration total |
| continuous |
| counter | Total number of tuples fetched from PostgreSQL |
| continuous |
| counter | Total number of tuples returned from PostgreSQL |
| continuous |
| counter | Total number of rows updated in PostgreSQL |
| continuous |
| gauge | Cluster size |
| every minute |
| counter | Total calls |
| every minute |
| gauge | Mean exec time |
| every minute |
| gauge | stddev exec time |
| every minute |
| counter | Number of index scans on a table |
| every minute |
| counter | Number of sequential scans on a table |
| every hour |
| gauge | Database size |
| every hour |
| gauge | max_connections |
| every hour |
| gauge | Table size |
JVM
Metric | Update frequency | Unit | Type | Description |
---|---|---|---|---|
| continuous |
| gauge | The approximate accumulated collection elapsed time |
| continuous |
| histogam | Recent CPU utilization for the whole system as reported by the JVM |
| continuous |
| gauge | The total number of collections that have occurred |
| continuous |
| histogram | The approximate accumulated collection elapsed time |
| continuous |
| gauge | The current memory usage of non-heap memory that is used by the JVM |
| continuous |
| gauge | The current memory usage of the heap that is used for object allocation |
| continuous |
| histogam | Recent CPU utilization for the whole system as reported by the JVM |
| continuous |
| gauge | Number of executing platform threads by state |
| continuous |
| gauge | The current number of live threads |
| continuous |
| gauge | The current number of live daemon threads |
| continuous |
| gauge | The peak live thread count |
| continuous |
| gauge | |
| every hour |
| gauge | The core number of threads in the pool |
| every hour |
| gauge | The maximum number of threads allowed |
| every hour |
| gauge | The maximum amount of memory that the JVM will attempt to use |
| every hour |
| gauge | The total amount of memory in the JVM |
| every hour |
| gauge | The maximum number of processors available |
HTTP
Metric | Update frequency | Unit | Type | Description |
---|---|---|---|---|
| continuous |
| gauge | Number of concurrent HTTP requests |
| continuous |
| counter | Number HTTP requests completed |
| continuous |
| gauge | Number HTTP requests in the queue |
| continuous |
| histogram | |
| continuous |
| histogram | |
| continuous |
| histogram | |
| continuous |
| histogram |
Hikari (Postgres connection pool)
Metric | Update frequency | Unit | Type | Description |
---|---|---|---|---|
| continuous |
| gauge | The number of active connections |
| continuous |
| counter | |
| continuous |
| histogram | The time it took to create a new connection |
| continuous |
| gauge | The number of idle connections allowed |
| continuous |
| counter | |
| continuous |
| counter | |
| continuous |
| histogram | The time between borrowing a connection and returning it to the pool |
| continuous |
| histogram | The time it took to obtain an open connection from the pool |
| every hour |
| gauge | The maximum number of open connections allowed |
Last updated