Skip to content

Commit

Permalink
Make kubevirt integrations public (DataDog#19227)
Browse files Browse the repository at this point in the history
* make kubevirt_api public

* make kubevirt_controller public

* make kubevirt_handler public

* add public beta banners
  • Loading branch information
NouemanKHAL authored Dec 10, 2024
1 parent 33ceb33 commit 685547d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions kubevirt_api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Agent Check: KubeVirt API

<div class="alert alert-warning">
This integration is in public beta and should be enabled on production workloads with caution.
</div>

## Overview

This check monitors [KubeVirt API][1] through the Datadog Agent.
Expand Down
2 changes: 1 addition & 1 deletion kubevirt_api/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "2.0.0",
"app_uuid": "6b760149-4a9f-4ec7-a5bf-081fcd1d75b0",
"app_id": "kubevirt-api",
"display_on_public_website": false,
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
Expand Down
4 changes: 4 additions & 0 deletions kubevirt_controller/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Agent Check: KubeVirt Controller

<div class="alert alert-warning">
This integration is in public beta and should be enabled on production workloads with caution.
</div>

## Overview

This check monitors [KubeVirt Controller][1] through the Datadog Agent.
Expand Down
2 changes: 1 addition & 1 deletion kubevirt_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "2.0.0",
"app_uuid": "f213050d-a54c-4a72-bf51-e9290a7d050c",
"app_id": "kubevirt-controller",
"display_on_public_website": false,
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
Expand Down
4 changes: 4 additions & 0 deletions kubevirt_handler/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Agent Check: KubeVirt Handler

<div class="alert alert-warning">
This integration is in public beta and should be enabled on production workloads with caution.
</div>

## Overview

This check monitors [KubeVirt Handler][1] through the Datadog Agent.
Expand Down
2 changes: 1 addition & 1 deletion kubevirt_handler/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "2.0.0",
"app_uuid": "751006a9-b87a-4f54-acc5-2886ec49073e",
"app_id": "kubevirt-handler",
"display_on_public_website": false,
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
Expand Down

0 comments on commit 685547d

Please sign in to comment.