cd_e2e_monitoring_config/BMW-Dynatrace-config/00_Global-Config
qxz15oi dde26f5fc0 Guidelines 2021-03-29 13:12:09 +02:00
..
auto-tag updated config for existing components, new components, wk config uploaded 2021-03-12 10:59:51 +01:00
calculated-metrics-service updated config for existing components, new components, wk config uploaded 2021-03-12 10:59:51 +01:00
conditional-naming-processgroup updated config for existing components, new components, wk config uploaded 2021-03-12 10:59:51 +01:00
conditional-naming-service updated config for existing components, new components, wk config uploaded 2021-03-12 10:59:51 +01:00
custom-service-java initial Dynatrace configuration in monaco 2021-02-23 15:17:57 +01:00
request-attributes initial Dynatrace configuration in monaco 2021-02-23 15:17:57 +01:00
README.md Guidelines 2021-03-29 13:12:09 +02:00

README.md

Add Databases into your Management Zone

  1. Under the BMW-Dynatrace-config\00_Global-Config directory, move to auto-tag folder

  2. Use the following template to add your DB: { "type": "SERVICE", "enabled": true, "valueFormat": "<app_name>", "propagationTypes": [], "conditions": [ { "key": { "attribute": "SERVICE_TYPE" }, "comparisonInfo": { "type": "SERVICE_TYPE", "operator": "EQUALS", "value": "DATABASE_SERVICE", "negate": false } }, { "key": { "attribute": "SERVICE_DATABASE_NAME" }, "comparisonInfo": { "type": "STRING", "operator": "CONTAINS", "value": "<common_string_in_name>", "negate": false, "caseSensitive": true } } ] } Notes:

    • Replace <app_name> with the value of the tags for your component
    • Use a <common_string_in_name> for your databases
      • i.e. if all of your db has the string "sc2" in common, use that value
  3. Open Component.json file and paste the recently edited template as a new rule (line 10). Remember to separate the rule with a comma

  4. Commit and pull request to merge the branch to the master:

    git add <changes>

    git commit -m "<app_name> configuration changes"

    git push -u origin <branch>