You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
This would be highly useful in situations like sending data through UDP (statsd metrics or HTTP-over-QUIC) or if we would like to utilise HTTP/2 to not open new TCP connection each time we send data.
The text was updated successfully, but these errors were encountered:
@deadtrickster it should work the same way the Module:init/1 in oc_reporter works. So when registering the stats exporter the init/1 is called with options and return value of this function is then passed as 2nd argument to export/2.
This would be highly useful in situations like sending data through UDP (statsd metrics or HTTP-over-QUIC) or if we would like to utilise HTTP/2 to not open new TCP connection each time we send data.
The text was updated successfully, but these errors were encountered: