Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion content/en/database_monitoring/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

## Getting started

Datadog Database Monitoring supports self-hosted and managed cloud versions of **Postgres**, **MySQL**, **Oracle**, **SQL Server**, **MongoDB**, and **Amazon DocumentDB**. To get started with Datadog Database Monitoring, configure your database and install the Datadog Agent. For setup instructions, select your database technology:
Datadog Database Monitoring supports self-hosted and managed cloud versions of **Postgres**, **MySQL**, **Oracle**, **SQL Server**, **MongoDB**, **Amazon DocumentDB**, and **ClickHouse**. To get started with Datadog Database Monitoring, configure your database and install the Datadog Agent. For setup instructions, select your database technology:

### Postgres

Expand Down Expand Up @@ -74,6 +74,11 @@
{{< partial name="dbm/dbm-setup-documentdb" >}}
<p></p>

### ClickHouse

Check warning on line 77 in content/en/database_monitoring/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'ClickHouse' should use sentence-style capitalization.

{{< partial name="dbm/dbm-setup-clickhouse" >}}
<p></p>

## Explore Datadog Database Monitoring

Navigate to [Database Monitoring][1] in Datadog.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Setting up ClickHouse
description: Setting up Database Monitoring on a ClickHouse database
disable_sidebar: true
private: true
aliases:
- /database_monitoring/guide/clickhouse/
---
Expand Down
1 change: 0 additions & 1 deletion content/en/database_monitoring/setup_clickhouse/cloud.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Setting Up Database Monitoring for ClickHouse Cloud
description: Install and configure Database Monitoring for ClickHouse Cloud.
private: true
further_reading:
- link: "/database_monitoring/"
tag: "Documentation"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Setting Up Database Monitoring for Self-Hosted ClickHouse
description: Install and configure Database Monitoring for self-hosted ClickHouse.
private: true
further_reading:
- link: "/database_monitoring/"
tag: "Documentation"
Expand Down
Loading