Skip to content

Commit

Permalink
[Perfectscale] add medadata.csv with metric description (#2448)
Browse files Browse the repository at this point in the history
* init perfectscale tile

* add ps info

* remove validations

* change capital d

* add dashboard

* add logos

* fix field

* add source_type_name

* remove integrations

* remove redundant fields

* remove metadata

* add CODEOWNERS for perfectscale integration

* review fixes

* review fixes

* update perfectscale alerts dashboard

* review fixes 3

* review fixes 4

* review fixes

* review fixes

* new version with cluster name tag

* edit changelog

* add  medadata.csv file for perfectscale integration

* add  medadata.csv file for perfectscale integration

* add  medadata.csv file for perfectscale integration

* add source id to integrations

* add source id to integrations

* Update metadata.csv

* Update metadata.csv

* Update manifest.json

* Update metadata.csv

* Update manifest.json

---------

Co-authored-by: idan-gazit <idan.gazit@perfectscale.io>
Co-authored-by: idan-gazit <86984475+idan-gazit@users.noreply.github.com>
Co-authored-by: aveleten <alexsandr.veleten@cyren.com>
  • Loading branch information
4 people committed Aug 6, 2024
1 parent 8ba5180 commit b26adc4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions perfectscale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,23 @@
"assets": {
"dashboards": {
"PerfectScale": "assets/dashboards/perfectscale_alerts.json"
},
"integration": {
"auto_install": true,
"source_type_id": 22758120,
"source_type_name": "Perfectscale",
"configuration": {},
"events": {
"creates_events": false
},
"metrics": {
"prefix": "perfectscale.",
"check": "perfectscale.alert.metric",
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
},
"author": {
Expand Down
2 changes: 2 additions & 0 deletions perfectscale/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
perfectscale.alert.metric,count,,,,The number of alerts by cluster,0,perfectscale,alert.metric,

0 comments on commit b26adc4

Please sign in to comment.