Skip to content

Commit

Permalink
Add Zilliz Cloud integration (#2569)
Browse files Browse the repository at this point in the history
* Add Zilliz Cloud integration

* Update Zilliz Cloud integration

* Update zilliz_cloud_zilliz_cloud/assets/dashboards/zilliz_cloud_dashboard.json

Co-authored-by: Erica Ho <[email protected]>

* Update Zilliz Cloud integration

* Update Zilliz Cloud integration

* Update metadata.csv

---------

Co-authored-by: dd-pub-platform[bot] <157534740+dd-pub-platform[bot]@users.noreply.github.com>
Co-authored-by: James Eichelbaum <[email protected]>
Co-authored-by: Erica Ho <[email protected]>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent d9adbe8 commit bcd0b5c
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 68 deletions.
2 changes: 1 addition & 1 deletion zilliz_cloud_zilliz_cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG - zilliz-cloud

## 1.0.0 / 2024-11-24
## 1.0.0 / 2025-01-06

_**Added**_:

Expand Down
2 changes: 1 addition & 1 deletion zilliz_cloud_zilliz_cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ 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/
[3]: https://docs.datadoghq.com/help/

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"tags": [
"integration:zilliz-cloud-zilliz-cloud"
],
"created_at": "2024-11-25",
"last_updated_at": "2024-11-25",
"created_at": "2025-01-06",
"last_updated_at": "2025-01-06",
"description": "CU Capacity measures the utilized capacity relative to the total allowance of the CU. This monitor tracks the high CU Capacity usage by cluster to avoid any service interruption.",
"definition": {
"id": 157661814,
Expand All @@ -22,7 +22,7 @@
"warning": 70
},
"notify_audit": false,
"on_missing_data": "default",
"on_missing_data": "show_no_data",
"include_tags": true,
"new_group_delay": 60,
"silenced": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"tags": [
"integration:zilliz-cloud-zilliz-cloud"
],
"created_at": "2024-11-18",
"last_updated_at": "2024-11-18",
"created_at": "2025-01-06",
"last_updated_at": "2025-01-06",
"description": "CU Computation measures the utilized computation power relative to the total allowance of the CU. This monitor tracks the high CU computation usage by cluster to avoid any service interruption.",
"definition": {
"id": 157660939,
Expand All @@ -22,7 +22,7 @@
"warning": 70
},
"notify_audit": false,
"on_missing_data": "default",
"on_missing_data": "show_no_data",
"include_tags": true,
"new_group_delay": 60,
"silenced": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"tags": [
"integration:zilliz-cloud-zilliz-cloud"
],
"created_at": "2024-11-25",
"last_updated_at": "2024-11-25",
"created_at": "2025-01-06",
"last_updated_at": "2025-01-06",
"description": "P99 search latency measures the time within which 99% of search requests are completed. This monitor tracks the high P99 search latency to avoid potential bottlenecks that could result in a decline in the search user experience.",
"definition": {
"id": 157664432,
"name": "[Zilliz Cloud] Search Latency (P99) is higher than expected",
"type": "query alert",
"query": "avg(last_10m):avg:zilliz.request.latency.milliseconds.p99{request_type:search} by {org_id,project_id,cluster_id} > 2000",
"message": "Current value: {{value}} %",
"message": "Current value: {{value}} ms",
"tags": [
"integration:zilliz_cloud"
],
Expand All @@ -22,7 +22,7 @@
"warning": 1000
},
"notify_audit": false,
"on_missing_data": "default",
"on_missing_data": "show_no_data",
"include_tags": true,
"new_group_delay": 60,
"silenced": {}
Expand Down
8 changes: 4 additions & 4 deletions zilliz_cloud_zilliz_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
},
"assets": {
"dashboards": {
"Zilliz Cloud Dashboard ": "assets/dashboards/zilliz_cloud_dashboard_.json"
"Zilliz Cloud Dashboard": "assets/dashboards/zilliz_cloud_dashboard.json"
},
"monitors": {
"Cluster CU Computation usage is higher than expected": "assets/monitors/cluster_cu_computation_usage_is_higher_than_expected.json",
"P99 Search Latency is higher than expected": "assets/monitors/p99_search_latency_is_higher_than_expected.json",
"Cluster CU Capacity usage is higher than expected": "assets/monitors/cluster_cu_capacity_usage_is_higher_than_expected.json",
"P99 Search Latency is higher than expected": "assets/monitors/p99_search_latency_is_higher_than_expected.json"
"Cluster CU Computation usage is higher than expected": "assets/monitors/cluster_cu_computation_usage_is_higher_than_expected.json"
},
"integration": {
"source_type_name": "zilliz_cloud",
Expand All @@ -73,4 +73,4 @@
"source_type_id": 31066669
}
}
}
}

0 comments on commit bcd0b5c

Please sign in to comment.