1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/tls/mbedtls
Andy Green 3f4623bb36 lws_metrics
There are a few build options that are trying to keep and report
various statistics

 - DETAILED_LATENCY
 - SERVER_STATUS
 - WITH_STATS

remove all those and establish a generic rplacement, lws_metrics.

lws_metrics makes its stats available via an lws_system ops function
pointer that the user code can set.

Openmetrics export is supported, for, eg, prometheus scraping.
2021-03-08 21:47:28 +00:00
..
wrapper tls: wrapper: make sure alpn freed once 2021-02-03 08:49:59 +00:00
CMakeLists.txt windows: for data exports use explicit extern 2020-06-07 07:53:36 +01:00
lws-genaes.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-gencrypto.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-genec.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-genhash.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-genrsa.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
mbedtls-client.c lws_metrics 2021-03-08 21:47:28 +00:00
mbedtls-server.c windows: mbedtls: clean warnings 2021-01-29 21:22:35 +00:00
mbedtls-ssl.c lws_metrics 2021-03-08 21:47:28 +00:00
mbedtls-tls.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
mbedtls-x509.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
private-lib-tls-mbedtls.h esp32: shift to support latest esp-idf 2020-05-27 08:40:12 +01:00