Skip to content

Commit

Permalink
[Added] Datadog Operator Dashboard for the GA (#14268)
Browse files Browse the repository at this point in the history
* 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
levan-m and fanny-jiang authored Apr 3, 2023
1 parent d8f3db7 commit 568da0f
Show file tree
Hide file tree
Showing 7 changed files with 2,074 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ integration/datadog_checks_tests_helper:
- datadog_checks_tests_helper/**/*
integration/datadog_cluster_agent:
- datadog_cluster_agent/**/*
integration/datadog_operator:
- datadog_operator/**/*
integration/directory:
- directory/**/*
integration/disk:
Expand Down
5 changes: 5 additions & 0 deletions datadog_operator/CHANGELOG.md
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.
34 changes: 34 additions & 0 deletions datadog_operator/README.md
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 datadog_operator/assets/dashboards/operator_overview.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions datadog_operator/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
43 changes: 43 additions & 0 deletions datadog_operator/manifest.json
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": {}
}
2 changes: 2 additions & 0 deletions datadog_operator/metadata.csv
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,

0 comments on commit 568da0f

Please sign in to comment.