Skip to content

Commit

Permalink
Update manifest to version 2.0.0 (#12189)
Browse files Browse the repository at this point in the history
* Update manifest to version 2.0.0

* Apply suggestions from code review
  • Loading branch information
ofek authored Jun 27, 2022
1 parent 2617fe5 commit 3850301
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 28 deletions.
2 changes: 2 additions & 0 deletions eks_anywhere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# CHANGELOG - Amazon EKS Anywhere

67 changes: 39 additions & 28 deletions eks_anywhere/manifest.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,43 @@
{
"categories": [
"aws",
"containers",
"orchestration",
"log collection"
],
"creates_events": false,
"display_name": "Amazon EKS Anywhere",
"guid": "2f0cb8fd-5541-419d-8e58-af9b80cf4d80",
"is_public": true,
"maintainer": "help@datadoghq.com",
"manifest_version": "1.0.0",
"metric_prefix": "aws.eks.",
"name": "eks_anywhere",
"public_title": "Amazon EKS Anywhere Integration",
"short_description": "An EKS deployment option for operating Kubernetes clusters on-premises",
"support": "core",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"type": "check",
"integration_id": "eks-anywhere",
"manifest_version": "2.0.0",
"app_uuid": "21bd91d8-7594-4c2f-bbd8-11595e4511d1",
"app_id": "eks-anywhere",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "An EKS deployment option for operating Kubernetes clusters on-premises",
"title": "Amazon EKS Anywhere",
"media": [],
"classifier_tags": [
"Supported OS::Linux",
"Supported OS::macOS",
"Supported OS::Windows",
"Category::AWS",
"Category::Containers",
"Category::Orchestration",
"Category::Log Collection"
]
},
"author": {
"support_email": "help@datadoghq.com",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "info@datadoghq.com"
},
"oauth": {},
"assets": {
"monitors": {},
"dashboards": {},
"service_checks": "assets/service_checks.json",
"logs": {}
"integration": {
"source_type_name": "Amazon EKS Anywhere",
"configuration": {},
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
}
}

0 comments on commit 3850301

Please sign in to comment.