소스 검색

kamailio-kemi-framework: exports for statsd module

Daniel-Constantin Mierla 4 년 전
부모
커밋
14b473d53d
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      kamailio-kemi-framework/docs/modules.md

+ 8 - 0
kamailio-kemi-framework/docs/modules.md

@@ -6693,6 +6693,14 @@ int KSR.statsd.statsd_gauge(str "key", str "val");
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/statsd.html#statsd.f.statsd_gauge'>📖 kamailio.cfg::function::statsd_gauge()</a>
 
+#### KSR.statsd.statsd_histogram() ####
+
+```cpp
+int KSR.statsd.statsd_histogram(str "key", str "val");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/statsd.html#statsd.f.statsd_histogram'>📖 kamailio.cfg::function::statsd_histogram()</a>
+
 #### KSR.statsd.statsd_incr() ####
 
 ```cpp