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 Zilliz Cloud integration #2534

Merged
merged 14 commits into from
Dec 10, 2024
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,8 @@

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

/zilliz_cloud_zilliz_cloud/ @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
7 changes: 7 additions & 0 deletions zilliz_cloud_zilliz_cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - zilliz-cloud

## 1.0.0 / 2024-11-24

_**Added**_:

* Adds Zilliz Cloud Datadog integration, including a dedicated metrics dashboard and several monitor templates.
47 changes: 47 additions & 0 deletions zilliz_cloud_zilliz_cloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Zilliz Cloud

## Overview

eho1307 marked this conversation as resolved.
Show resolved Hide resolved
Zilliz Cloud is a fully managed vector database service built on Milvus, the leading open-source vector database created by its original developers. It simplifies the deployment and scaling of vector search applications by removing the need to build and maintain a vector database or manage complex infrastructure.

Zilliz Cloud integrates with Datadog, enabling customers to push their cluster metrics to a preconfigured dashboard for visualizing key performance data. With this powerful integration, customers gain robust monitoring capabilities, allowing users to track cluster performance through detailed metrics and set custom alerts.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Zilliz Cloud integrates with Datadog, enabling customers to push their cluster metrics to a preconfigured dashboard for visualizing key performance data. With this powerful integration, customers gain robust monitoring capabilities, allowing users to track cluster performance through detailed metrics and set custom alerts.
Zilliz Cloud integrates with Datadog, enabling customers to push their cluster metrics to a preconfigured dashboard for visualizing key performance data. With this powerful integration, customers gain robust monitoring capabilities to track cluster performance through detailed metrics and set custom alerts.


By leveraging Datadog's ability to aggregate metrics and events across the entire DevOps stack-including SaaS and cloud providers, automation tools, monitoring systems, and databases-Zilliz Cloud users benefit from seamless observability across their systems, applications, and services.

**Note:** The Zilliz Cloud Datadog integration is available exclusively on the Zilliz Cloud Dedicated (Enterprise) Plan.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**Note:** The Zilliz Cloud Datadog integration is available exclusively on the Zilliz Cloud Dedicated (Enterprise) Plan.
**Note**: The Zilliz Cloud Datadog integration is available exclusively on the Zilliz Cloud Dedicated (Enterprise) Plan.



## Setup

To install the Zilliz Cloud Datadog Integration, follow these steps:

1. Retrieve or create a [Datadog API key][1]. 

2. Take note of the Datadog site. 

3. Log into your Zilliz Cloud Console. 

- Navigate to the Project Integration page and select the Datadog card. 
- Choose the Datadog site you wish to send metrics to, and enter the Datadog API key. 
-  Select the clusters you wish to integrate.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-  Select the clusters you wish to integrate.
- Select the clusters you wish to integrate.



## Uninstallation

To uninstall the Zilliz Cloud Datadog Integration, follow these steps: 

1. Log into your Zilliz Cloud Console. 

2. Navigate to the Project Integration page and select the Datadog card.

3. Remove the Datadog Integration.


## Support

Need help? Contact [Zilliz support][2] or [Datadog Support][3].


[1]: https://docs.datadoghq.com/account_management/api-app-keys/
[2]: https://support.zilliz.com/
[3]: https://docs.datadoghq.com/help/
Loading
Loading