Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 8ab6a2b

Browse files
committedSep 26, 2024·
1 parent 3fcd915 commit 8ab6a2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎docs/integrations/datadog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Datadog integration'
33
subtitle: 'Push usage and performance metrics about your PlanetScale databases to Datadog.'
4-
date: '2024-09-16'
4+
date: '2024-09-26'
55
meta:
66
title: 'Monitor with Datadog'
77
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
4444
| planetscale.tables.rows_updated | count | Number of rows updated in a database branch, by table. _Shown as row._ |
4545
| planetscale.tables.storage | gauge | Total bytes stored in a database branch, by table. _Shown as byte._ |
4646
| 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._ |
4750

4851
## Billing
4952

0 commit comments

Comments
 (0)
This repository has been archived.