Skip to content

Commit

Permalink
SLO logging params added
Browse files Browse the repository at this point in the history
Destination for SLO and sampled sessions can be created
using slo_destination_list and sample_destination_list
with space separated values. The values can be one of
collector, syslog file or empty.

Change-Id: Ib68ab5e1674217fed7b706023625cd6f55933ccc
Partial-Bug: 1729812
  • Loading branch information
arvindvis committed May 24, 2018
1 parent 45d6ca0 commit 69e172a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/python-contrailctl/schema/agent.json
Expand Up @@ -148,6 +148,14 @@
"backup_file_count": {
"description": "Number of backup files",
"type": "string"
},
"slo_destination_list": {
"description": "Destination to which slo session messages have to be sent: collector, file, syslog",
"type": "string"
},
"sample_destination_list": {
"description": "Destination to which sample session messages have to be sent: collector, file, syslog",
"type": "string"
}
}
},
Expand Down

0 comments on commit 69e172a

Please sign in to comment.