|
@@ -255,9 +255,9 @@
|
|
|
|
|
|
|
|
%% Statistic metrics for ACL checking
|
|
%% Statistic metrics for ACL checking
|
|
|
-define(STASTS_ACL_METRICS, [
|
|
-define(STASTS_ACL_METRICS, [
|
|
|
- {counter, 'client.authorization.allow'},
|
|
|
|
|
- {counter, 'client.authorization.deny'},
|
|
|
|
|
- {counter, 'client.authorization.cache_hit'}
|
|
|
|
|
|
|
+ {counter, 'authorization.allow'},
|
|
|
|
|
+ {counter, 'authorization.deny'},
|
|
|
|
|
+ {counter, 'authorization.cache_hit'}
|
|
|
]).
|
|
]).
|
|
|
|
|
|
|
|
%% Overload protetion counters
|
|
%% Overload protetion counters
|
|
@@ -687,9 +687,9 @@ reserved_idx('session.resumed') -> 221;
|
|
|
reserved_idx('session.takenover') -> 222;
|
|
reserved_idx('session.takenover') -> 222;
|
|
|
reserved_idx('session.discarded') -> 223;
|
|
reserved_idx('session.discarded') -> 223;
|
|
|
reserved_idx('session.terminated') -> 224;
|
|
reserved_idx('session.terminated') -> 224;
|
|
|
-reserved_idx('client.authorization.allow') -> 300;
|
|
|
|
|
-reserved_idx('client.authorization.deny') -> 301;
|
|
|
|
|
-reserved_idx('client.authorization.cache_hit') -> 302;
|
|
|
|
|
|
|
+reserved_idx('authorization.allow') -> 300;
|
|
|
|
|
+reserved_idx('authorization.deny') -> 301;
|
|
|
|
|
+reserved_idx('authorization.cache_hit') -> 302;
|
|
|
reserved_idx('olp.delay.ok') -> 400;
|
|
reserved_idx('olp.delay.ok') -> 400;
|
|
|
reserved_idx('olp.delay.timeout') -> 401;
|
|
reserved_idx('olp.delay.timeout') -> 401;
|
|
|
reserved_idx('olp.hbn') -> 402;
|
|
reserved_idx('olp.hbn') -> 402;
|