From 8777306e515d2573fcd9cb135b21c09c2e21f345 Mon Sep 17 00:00:00 2001 From: David Kirov Date: Mon, 16 Dec 2024 18:40:59 +0100 Subject: [PATCH] Remove dashboard and add metric check --- milvus/assets/dashboards/milvus_overview.json | 1 - milvus/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 milvus/assets/dashboards/milvus_overview.json diff --git a/milvus/assets/dashboards/milvus_overview.json b/milvus/assets/dashboards/milvus_overview.json deleted file mode 100644 index e9e23301af626..0000000000000 --- a/milvus/assets/dashboards/milvus_overview.json +++ /dev/null @@ -1 +0,0 @@ -Please build an out-of-the-box dashboard for your integration following our best practices here: https://datadoghq.dev/integrations-core/guidelines/dashboards/#best-practices \ No newline at end of file diff --git a/milvus/manifest.json b/milvus/manifest.json index c626a0f3d21f9..b77db31b7041c 100644 --- a/milvus/manifest.json +++ b/milvus/manifest.json @@ -34,7 +34,7 @@ }, "metrics": { "prefix": "milvus.", - "check": "", + "check": "milvus.build_info", "metadata_path": "metadata.csv" }, "service_checks": {