Skip to content

Commit

Permalink
Fix manifest (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Jan 7, 2019
1 parent fa36c18 commit 4c99edf
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ambassador/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"name": "ambassador",
"guid": "71936a65-1a8c-4f6e-a18e-f71d4236182b",
"support": "contrib",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"manifest_version": "1.0.0",
"maintainer": "hello@datawire.io",
"display_name": "Ambassador",
"short_description": "Ambassador is an open source, Kubernetes-native API Gateway built on Envoy",
"metric_prefix": "envoy.",
"metric_to_check": "envoy.server.live",
"creates_events": false,
"public_title": "Ambassador API Gateway",
"type":"statsd",
"doc_link": "https://docs.datadoghq.com/integrations/ambassador/",
"public_title": "Datadog-Ambassador API Gateway Integration",
"type": "check",
"is_public": true,
"has_logo": true,
"categories": ["Google Cloud", "API", "Cloud"]
}

0 comments on commit 4c99edf

Please sign in to comment.