This repository was archived by the owner on Nov 12, 2024. It is now read-only.
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' Datadog integration'
3
3
subtitle : ' Push usage and performance metrics about your PlanetScale databases to Datadog.'
4
- date : ' 2024-09-16 '
4
+ date : ' 2024-09-26 '
5
5
meta :
6
6
title : ' Monitor with Datadog'
7
7
description : ' Push metrics to Datadog to better understand your database usage and performance'
@@ -44,6 +44,9 @@ Once configured, PlanetScale collects the following metrics from every branch in
44
44
| planetscale.tables.rows_updated | count | Number of rows updated in a database branch, by table. _ Shown as row._ |
45
45
| planetscale.tables.storage | gauge | Total bytes stored in a database branch, by table. _ Shown as byte._ |
46
46
| planetscale.vtgate.errors | count | Number of errors encountered by a database branch's vtgate. _ Shown as error._ |
47
+ | planetscale.vttablet.mem_util.max | gauge | Maximum memory utilization of a database branch's vttablet. _ Shown as percent._ |
48
+ | planetscale.vttablet.mem_util.avg | gauge | Average memory utilization of a database branch's vttablet. _ Shown as percent._ |
49
+ | planetscale.vttablet.iops | gauge | Number of IOPS performed by a database branch's vttablet. _ Shown as operation._ |
47
50
48
51
## Billing
49
52
You can’t perform that action at this time.
0 commit comments