This file contains hidden or 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
{ | |
"type": "sh.keptn.event.problem.open", | |
"specversion": "0.2", | |
"source": "https://github.com/keptn/keptn/dynatrace-service", | |
"id": "f2b878d3-03c0-4e8f-bc3f-454bc1b3d79d", | |
"time": "2019-06-07T07:02:15.64489Z", | |
"contenttype": "application/json", | |
"data": { | |
"State": "OPEN", | |
"ProblemID": "abcd-1234", |
This file contains hidden or 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
stages: | |
- name: "hardening" | |
deployment_strategy: "blue_green_service" | |
test_strategy: "performance" | |
remediation_strategy: "automated" # Enable remediations to trigger actions | |
- name: "production" | |
deployment_strategy: "blue_green_service" | |
remediation_strategy: "automated" |
This file contains hidden or 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
version: 0.2.0 | |
kind: Remediation | |
metadata: | |
name: remediation-service-carts | |
spec: | |
remediations: | |
- problemType: Response time degradation | |
actionsOnOpen: | |
- name: Scaling ReplicaSet by 1 | |
description: Scaling the ReplicaSet of a Kubernetes Deployment by 1 |
This file contains hidden or 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
version: 0.2.0 | |
kind: Remediation | |
metadata: | |
name: remediation-service-carts | |
spec: | |
remediations: | |
- problemType: Response time degradation | |
actionsOnOpen: | |
- problemType: Failure rate increase | |
actionsOnOpen: |
This file contains hidden or 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
version: 0.2.0 | |
kind: Remediation | |
metadata: | |
name: remediation-service-carts | |
spec: | |
remediations: | |
- problemType: Response time degradation | |
actionsOnOpen: | |
- name: Scaling ReplicaSet by 1 | |
description: Scaling the ReplicaSet of a Kubernetes Deployment by 1 |
This file contains hidden or 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
Thu May 17 15:10:27 UTC 2018 |