-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Added] Datadog Operator Dashboard for the GA (#14268)
* Init Operator integration and create dashboard * update * Update operator/manifest.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/manifest.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/manifest.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/assets/dashboards/operator_overview.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/assets/dashboards/operator_overview.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/README.md Co-authored-by: Fanny Jiang <[email protected]> * Update operator/assets/dashboards/operator_overview.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/assets/dashboards/operator_overview.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/assets/dashboards/operator_overview.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/assets/dashboards/operator_overview.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/assets/dashboards/operator_overview.json Co-authored-by: Fanny Jiang <[email protected]> * Update operator/assets/dashboards/operator_overview.json Co-authored-by: Fanny Jiang <[email protected]> * Updates * rename operator * Fix manifest * Fix manifest * fix ci * add metric metadata * Dashboard fixes * fix licenses --------- Co-authored-by: Fanny Jiang <[email protected]>
- Loading branch information
1 parent
d8f3db7
commit 568da0f
Showing
7 changed files
with
2,074 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# CHANGELOG - Datadog Operator | ||
|
||
## 1.0.0 / 2023-03-30 | ||
|
||
* [Added] Datadog Operator Dashboard for the GA. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Datadog Operator | ||
|
||
## Overview | ||
|
||
This check monitors the [Datadog Operator][1] through the Datadog Agent. | ||
|
||
## Setup | ||
|
||
### Installation | ||
|
||
Please see the documentation for [Datadog Operator][1]. | ||
|
||
## Data Collected | ||
|
||
### Metrics | ||
|
||
See [metadata.csv][2] for a list of metrics provided by this check. | ||
|
||
### Events | ||
|
||
The Datadog Operator integration does not include any events. | ||
|
||
### Service Checks | ||
|
||
See [service_checks.json][3] for a list of service checks provided by this integration. | ||
|
||
## Troubleshooting | ||
|
||
Need help? Contact [Datadog support][4]. | ||
|
||
[1]: https://docs.datadoghq.com/containers/datadog_operator/ | ||
[2]: https://github.com/DataDog/integrations-core/blob/master/datadog_operator/metadata.csv | ||
[3]: https://github.com/DataDog/integrations-core/blob/master/datadog_operator/assets/service_checks.json | ||
[4]: https://docs.datadoghq.com/help/ |
1,987 changes: 1,987 additions & 0 deletions
1,987
datadog_operator/assets/dashboards/operator_overview.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"manifest_version": "2.0.0", | ||
"app_uuid": "8ea2f311-02dd-478b-9b3b-3fbef310d82c", | ||
"app_id": "datadog-operator", | ||
"display_on_public_website": false, | ||
"tile": { | ||
"overview": "README.md#Overview", | ||
"configuration": "README.md#Setup", | ||
"support": "README.md#Support", | ||
"changelog": "CHANGELOG.md", | ||
"description": "Monitor the Datadog Operator", | ||
"title": "Datadog Operator", | ||
"media": [], | ||
"classifier_tags": [ | ||
"Supported OS::Linux", | ||
"Supported OS::Windows", | ||
"Supported OS::macOS" | ||
] | ||
}, | ||
"assets": { | ||
"dashboards": { | ||
"Datadog Operator Overview": "assets/dashboards/operator_overview.json" | ||
}, | ||
"integration": { | ||
"source_type_name": "Datadog Operator", | ||
"metrics": { | ||
"prefix": "datadog.operator.", | ||
"check": "datadog.operator.go_info", | ||
"metadata_path": "metadata.csv" | ||
}, | ||
"service_checks": { | ||
"metadata_path": "assets/service_checks.json" | ||
} | ||
} | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"name": "Datadog", | ||
"homepage": "https://www.datadoghq.com", | ||
"sales_email": "[email protected]" | ||
}, | ||
"oauth": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric | ||
datadog.operator.go_info,gauge,,,,Go version,0,datadog_operator,go_info, |