Skip to content

Commit

Permalink
place holder dash
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 committed Dec 24, 2024
1 parent 6716f7c commit 9e3d3c0
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ coverage:
target: 75
flags:
- karpenter
Keda:
target: 75
flags:
- keda
Kong:
target: 75
flags:
Expand Down Expand Up @@ -1128,6 +1132,11 @@ flags:
paths:
- karpenter/datadog_checks/karpenter
- karpenter/tests
keda:
carryforward: true
paths:
- keda/datadog_checks/keda
- keda/tests
kong:
carryforward: true
paths:
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1974,6 +1974,26 @@ jobs:
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
j2cb7ef0:
uses: ./.github/workflows/test-target.yml
with:
job-name: Keda
target: keda
platform: linux
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
latest: ${{ inputs.latest }}
agent-image: "${{ inputs.agent-image }}"
agent-image-py2: "${{ inputs.agent-image-py2 }}"
agent-image-windows: "${{ inputs.agent-image-windows }}"
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
test-py2: ${{ inputs.test-py2 }}
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
jaee58c5:
uses: ./.github/workflows/test-target.yml
with:
Expand Down
78 changes: 77 additions & 1 deletion keda/assets/dashboards/keda_overview.json
Original file line number Diff line number Diff line change
@@ -1 +1,77 @@
Please build an out-of-the-box dashboard for your integration following our best practices here: https://datadoghq.dev/integrations-core/guidelines/dashboards/#best-practices
{
"title": "Keda Overview",
"description": "## Keda\n",
"widgets": [
{
"id": 4717263751542750,
"definition": {
"title": "",
"banner_img": "/static/images/logos/keda_large.svg",
"show_title": true,
"type": "group",
"layout_type": "ordered",
"widgets": [
{
"id": 5685022835071772,
"definition": {
"type": "note",
"content": "## Keda\n",
"background_color": "white",
"font_size": "14",
"text_align": "left",
"vertical_align": "center",
"show_tick": false,
"tick_pos": "50%",
"tick_edge": "left",
"has_padding": true
},
"layout": {
"x": 0,
"y": 0,
"width": 3,
"height": 3
}
},
{
"id": 8921963557059570,
"definition": {
"type": "note",
"content": "",
"background_color": "white",
"font_size": "14",
"text_align": "center",
"vertical_align": "center",
"show_tick": false,
"tick_pos": "50%",
"tick_edge": "left",
"has_padding": true
},
"layout": {
"x": 3,
"y": 0,
"width": 3,
"height": 3
}
}
]
},
"layout": {
"x": 0,
"y": 0,
"width": 6,
"height": 6
}
}
],
"template_variables": [
{
"name": "host",
"prefix": "host",
"available_values": [],
"default": "*"
}
],
"layout_type": "ordered",
"notify_list": [],
"reflow_type": "fixed"
}
12 changes: 6 additions & 6 deletions keda/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"title": "Keda",
"media": [],
"classifier_tags": [
"<Add relevant tags from this list: https://docs.datadoghq.com/developers/integrations/check_references/#classifier-tags>",
"Supported OS::Linux",
"Supported OS::Windows",
"Supported OS::macOS",
"Category::<FILL IN>",
"Offering::<FILL IN>",
"Queried Data Type::<FILL IN>",
"Submitted Data Type::<FILL IN>"
"Category::Metrics",
"Category::Kubernetes",
"Category::Security",
"Submitted Data Type::Metrics",
"Offering::Integration"
]
},
"assets": {
Expand All @@ -43,7 +43,7 @@
}
},
"dashboards": {
"<FILL IN dashboard short_name ex: integration name overview>": "assets/dashboards/<FILL IN>.json"
"Keda Overview": "assets/dashboards/keda_overview.json"
},
"monitors": {},
"saved_views": {}
Expand Down

0 comments on commit 9e3d3c0

Please sign in to comment.