Skip to content

Commit

Permalink
Merge "viz.sandesh schema additions for VN ACL rule stats and VMI ACL…
Browse files Browse the repository at this point in the history
… rule"
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 24, 2016
2 parents da2e519 + 702bb23 commit 9c4c00e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/analytics/viz.sandesh
Expand Up @@ -1597,6 +1597,16 @@ const list<stat_table> _STAT_TABLES = [
{ 'name' : 'vn_stats.out_bytes', 'datatype' : 'int', 'index' : false},
]
},
{
'display_name' : 'VN ACL Rule Statistics',
'stat_type' : 'UveVirtualNetworkAgent',
'stat_attr' : 'policy_rule_stats',
'obj_table' : VN_TABLE,
'attributes': [
{ 'name' : 'policy_rule_stats.rule', 'datatype' : 'string', 'index' : true},
{ 'name' : 'policy_rule_stats.count', 'datatype' : 'int', 'index' : false},
]
},
{
'display_name' : 'Database Purge Statistics',
'stat_type' : 'DatabasePurgeInfo'
Expand Down Expand Up @@ -1954,6 +1964,16 @@ const list<stat_table> _STAT_TABLES = [
{ 'name' : 'fip_diff_stats.out_bytes', 'datatype' : 'int', 'index' : false }
]
},
{
'display_name' : 'VMI ACL Rule Statistics',
'stat_type' : 'UveVMInterfaceAgent',
'stat_attr' : 'sg_rule_stats',
'obj_table' : VMI_TABLE,
'attributes': [
{ 'name' : 'sg_rule_stats.rule', 'datatype' : 'string', 'index' : true},
{ 'name' : 'sg_rule_stats.count', 'datatype' : 'int', 'index' : false},
]
},
{
'display_name' : 'Virtual Machine Interface Statistics',
'stat_type' : 'UveVMInterfaceAgent'
Expand Down

0 comments on commit 9c4c00e

Please sign in to comment.