Skip to content

Commit

Permalink
sort alpahbetically
Browse files Browse the repository at this point in the history
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
  • Loading branch information
ramaraochavali committed Jun 21, 2021
1 parent a7763fc commit d799538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/common/router/rds_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ class StaticRouteConfigProviderImpl : public RouteConfigProvider {
*/
#define ALL_RDS_STATS(COUNTER, GAUGE) \
COUNTER(config_reload) \
GAUGE(config_reload_time_ms, NeverImport) \
COUNTER(update_empty)
COUNTER(update_empty) \
GAUGE(config_reload_time_ms, NeverImport)

/**
* Struct definition for all RDS stats. @see stats_macros.h
Expand Down
2 changes: 1 addition & 1 deletion source/common/router/scoped_rds.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ class InlineScopedRoutesConfigProvider : public Envoy::Config::ImmutableConfigPr
// clang-format off
#define ALL_SCOPED_RDS_STATS(COUNTER, GAUGE) \
COUNTER(config_reload) \
GAUGE(config_reload_time_ms, NeverImport) \
COUNTER(update_empty) \
GAUGE(all_scopes, Accumulate) \
GAUGE(config_reload_time_ms, NeverImport) \
GAUGE(on_demand_scopes, Accumulate) \
GAUGE(active_scopes, Accumulate)

Expand Down

0 comments on commit d799538

Please sign in to comment.