keptn-contrib / dynatrace-service

Keptn service to integrate Dynatrace in Keptn
Apache License 2.0
14 stars 7 forks source link

Determine Root Cause when receiving a problem notification #279

Closed johannes-b closed 9 months ago

johannes-b commented 3 years ago

User Story: As a user, I want to be able to map a Dynatrace problem root cause to a remediation problem type, so that the correct remediation action for a problem gets executed.

Details:

Definition of Done:


[1] How to get the root cause:

  "evidenceDetails": {
    "totalCount": 1,
    "details": [
      {
        "evidenceType": "EVENT",
        "displayName": "Failure rate increase",
        "entity": {
          "entityId": {
            "id": "SERVICE-1016B63497E3FEF6",
            "type": "SERVICE"
          },
          "name": "sockshop.carts.production"
        },
        "groupingEntity": null,
        "rootCauseRelevant": true,
        "eventId": "-7814562899452185567_1617086820000",
        "eventType": "FAILURE_RATE_INCREASED",
        "startTime": 1617086820000
      }
    ]
  }
johannes-b commented 3 years ago

Can we address: https://github.com/keptn-contrib/dynatrace-service/issues/278 with this issue?

arthurpitman commented 3 years ago

@johannes-b, @warber, is this still on the prioritized backlog of the core team?

warber commented 3 years ago

@arthurpitman it is on our backlog, however not planned to be tackled in the very near future. Would be great if you could work on this.

j-poecher commented 9 months ago

Since dynatrace-service has reached EOL on December 22nd, 2023, this issue has been closed.