Skip to content

Commit

Permalink
Merge "reverting UserDefinedStats use of DSSum"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 12, 2016
2 parents 5e2321c + ff952af commit 45692ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/analytics/analytics.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,16 @@ objectlog sandesh AnalyticsApiStats {
*/

struct uint64_t_P_ {
1: optional u64 current
2: optional u64 previous
1: optional u64 staging
2: optional u64 value
}

struct UserDefinedCounter {
1: string name (key="UserDefinedCounterTable")
2: optional bool deleted
3: optional u64 rx_event (hidden="yes")
4: optional uint64_t_P_ count /* (stats="rx_event:DSSum:", tags="") */
} /* (period="60") */
4: optional uint64_t_P_ count (stats="rx_event:DSSum:", tags="")
} (period="60")

/**
* @description: UVE to send UserDefinedCounter data
Expand Down

0 comments on commit 45692ea

Please sign in to comment.