Pull request #3: OPMAAS-251 - Added global Service Database am-store
Merge in OPAPM/cd_e2e_monitoring_config from CD_am-store to master * commit 'd0059574e38b39cc195374eefa3b791a1909dbf9': OPMAAS-251 - Added global Service Database am-storecustom-service-JONYR
commit
c88b85d441
|
|
@ -3530,6 +3530,37 @@
|
||||||
],
|
],
|
||||||
"type": "PROCESS_GROUP",
|
"type": "PROCESS_GROUP",
|
||||||
"valueFormat": "{ProcessGroup:KubernetesNamespace/(.*?)-test}"
|
"valueFormat": "{ProcessGroup:KubernetesNamespace/(.*?)-test}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "SERVICE",
|
||||||
|
"enabled": true,
|
||||||
|
"valueFormat": "am-store",
|
||||||
|
"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": "store",
|
||||||
|
"negate": false,
|
||||||
|
"caseSensitive": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue