Skip to content

Commit 685547d

Browse files
authored
Make kubevirt integrations public (#19227)
* make kubevirt_api public * make kubevirt_controller public * make kubevirt_handler public * add public beta banners
1 parent 33ceb33 commit 685547d

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

kubevirt_api/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Agent Check: KubeVirt API
22

3+
<div class="alert alert-warning">
4+
This integration is in public beta and should be enabled on production workloads with caution.
5+
</div>
6+
37
## Overview
48

59
This check monitors [KubeVirt API][1] through the Datadog Agent.

kubevirt_api/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "6b760149-4a9f-4ec7-a5bf-081fcd1d75b0",
44
"app_id": "kubevirt-api",
5-
"display_on_public_website": false,
5+
"display_on_public_website": true,
66
"tile": {
77
"overview": "README.md#Overview",
88
"configuration": "README.md#Setup",

kubevirt_controller/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Agent Check: KubeVirt Controller
22

3+
<div class="alert alert-warning">
4+
This integration is in public beta and should be enabled on production workloads with caution.
5+
</div>
6+
37
## Overview
48

59
This check monitors [KubeVirt Controller][1] through the Datadog Agent.

kubevirt_controller/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "f213050d-a54c-4a72-bf51-e9290a7d050c",
44
"app_id": "kubevirt-controller",
5-
"display_on_public_website": false,
5+
"display_on_public_website": true,
66
"tile": {
77
"overview": "README.md#Overview",
88
"configuration": "README.md#Setup",

kubevirt_handler/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Agent Check: KubeVirt Handler
22

3+
<div class="alert alert-warning">
4+
This integration is in public beta and should be enabled on production workloads with caution.
5+
</div>
6+
37
## Overview
48

59
This check monitors [KubeVirt Handler][1] through the Datadog Agent.

kubevirt_handler/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "751006a9-b87a-4f54-acc5-2886ec49073e",
44
"app_id": "kubevirt-handler",
5-
"display_on_public_website": false,
5+
"display_on_public_website": true,
66
"tile": {
77
"overview": "README.md#Overview",
88
"configuration": "README.md#Setup",

0 commit comments

Comments
 (0)