diff options
author | Anders Svensson <[email protected]> | 2017-08-10 11:14:14 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-08-10 13:50:26 +0200 |
commit | eb5fa7e2a0f67924828ea3d81891b86d08a53b0c (patch) | |
tree | d2e90e9c3dc613d8390ce23abf7263cb3558c00f /lib/diameter/doc/src/diameter.xml | |
parent | 2be3e00698dea8236e60f3262c50b37eebfb4a04 (diff) | |
download | otp-eb5fa7e2a0f67924828ea3d81891b86d08a53b0c.tar.gz otp-eb5fa7e2a0f67924828ea3d81891b86d08a53b0c.tar.bz2 otp-eb5fa7e2a0f67924828ea3d81891b86d08a53b0c.zip |
Add service_opt() traffic_counters
To be able to disable the counting of messages for which application
callbacks take place. Messages sent/handled by diameter itself are
always counted.
Diffstat (limited to 'lib/diameter/doc/src/diameter.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 017f6bb01d..3ad24257a5 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -1053,6 +1053,26 @@ The default value is for backwards compatibility.</p> </item> +<tag> +<marker id="traffic_counters"/><c>{traffic_counters, boolean()}</c></tag> +<item> +<p> +Whether or not to count application-specific messages; those for which +&man_app; callbacks take place. +If false then only messages handled by diameter itself are counted: +CER/CEA, DWR/DWA, DPR/DPA.</p> + +<p> +Defaults to <c>true</c>.</p> + +<note> +<p> +Disabling counters is a performance improvement, but means that the +omitted counters are not returned by &service_info;.</p> +</note> + +</item> + <tag><c>{use_shared_peers, boolean() | [node()] | evaluable()}</c></tag> <item> <p> |