Skip to content

Tags: contek-io/libwebsockets

Tags

v4.3.3.1

Toggle v4.3.3.1's commit message

v4.3.1

Toggle v4.3.1's commit message
sort-dns: fix scope comparison

warmcat#2537

v4.2.2

Toggle v4.2.2's commit message
ss: sigv4: disable ctest until new auth available

v4.2.0

Toggle v4.2.0's commit message
v4.2.0 release

v4.2-rc1

Toggle v4.2-rc1's commit message
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.