b27e5b91b9
In this changeset, I added all the required modification in order for Watcher to enable the implementation of versioned notifications. Change-Id: I600ecbc767583824555b016fb9fc7faf69c53b39 Partially-Implements: blueprint watcher-notifications-ovo
17 lines
593 B
JSON
17 lines
593 B
JSON
{
|
|
"event_type": "infra-optim.exception",
|
|
"payload": {
|
|
"watcher_object.data": {
|
|
"exception": "NoAvailableStrategyForGoal",
|
|
"exception_message": "No strategy could be found to achieve the server_consolidation goal.",
|
|
"function_name": "_aggregate_create_in_db",
|
|
"module_name": "watcher.objects.aggregate"
|
|
},
|
|
"watcher_object.name": "ExceptionPayload",
|
|
"watcher_object.namespace": "watcher",
|
|
"watcher_object.version": "1.0"
|
|
},
|
|
"priority": "ERROR",
|
|
"publisher_id": "watcher-api:fake-mini"
|
|
}
|