Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new OceanBase Cloud Integration (ECOINT-7) #2456

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,8 @@
/celerdata/assets/dashboards @yandongxiao [email protected] @DataDog/documentation @DataDog/reporting-and-sharing @DataDog/agent-integrations
/celerdata/assets/monitors @yandongxiao [email protected] @DataDog/documentation @DataDog/alerting-product @DataDog/agent-integrations

/oceanbasecloud/ @kyle-oceanbase [email protected] @DataDog/ecosystems-review

# LEAVE THE FOLLOWING LOG OWNERSHIP LAST IN THE FILE
# Make sure logs team is the full owner for all logs related files
**/assets/logs/ @DataDog/logs-backend
8 changes: 8 additions & 0 deletions oceanbasecloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CHANGELOG - OceanBaseCloud

## 1.0.0 / 2024-05-09
emarsha94 marked this conversation as resolved.
Show resolved Hide resolved

***Added***:

* Initial Release

53 changes: 53 additions & 0 deletions oceanbasecloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# OceanBase Cloud Integration

## Overview

[OceanBase Database][1] is a distributed relational database. OceanBase Database adopts an independently developed integrated architecture, which encompasses both the scalability of a distributed architecture and the performance advantage of a centralized architecture.

[OceanBase Cloud][2] provides fully managed database services with elastic scalability, ultra-fast performance, and high compatibility on global cloud infrastructure.

With the Oceanbase Cloud integration, users can collect various monitoring data for database clusters created on OceanBase Cloud in Datadog, including operating status, cluster performance, and cluster health.

## Setup

To set up the OceanBase Cloud Datadog integration for your cluster, please refer to the following steps
1. Log in to the Datadog console.
a. Choose the right site from [Datadog sites][3].
b. Log in using your Dotadog credentials.
2. Log in to the OceanBase Cloud console using your OceanBase Cloud credentials, navigate to the [Integrations][4] page, and search for the Datadog integration.
3. Click Connect. You will be redirected to the Datadog authorization page. If you have not logged in to Datadog before this step, you will need to select the appropriate site and log in on the opened authorization page.
4. Click Authorize. You will then be redirected back to the OceanBase Cloud console. A notification will appear if the authorization is successful. Contact OceanBase Cloud technical support if an error occurs.
5. Search for OceanBase in the Datadog console, and click Install. The monitoring data for your OceanBase Cloud instance will appear in a few minutes on the Datadog Dashboards page.

## Uninstallation

1. Log in to the OceanBase Cloud console, go to [OceanBase Cloud Integrations][4], and search the Datadog product.
2. Click remove button, a notification will be displayed if successful.

Once this integration has been uninstalled, any previous authorizations are revoked.
Additionally, ensure that all API keys associated with this integration have been disabled by searching for the integration name on the API Keys page.

## Data Collected

### Metrics

See [metadata.csv][5] for a list of metrics provided by this check.

### Service Checks

The OceanBase Cloud integration does not include any service checks.

### Events

The OceanBase Cloud integration does not include any events.

## Troubleshooting

Need help? Contact [OceanBase support][6].

[1]: https://en.oceanbase.com
[2]: https://en.oceanbase.com/product/cloud
[3]: https://docs.datadoghq.com/getting_started/site
[4]: https://cloud.oceanbase.com/integrations
[5]: https://github.com/DataDog/integrations-extras/blob/master/oceanbasecloud/metadata.csv
[6]: https://en.oceanbase.com/docs/oceanbase-cloud
Loading
Loading