command
module
Version:
v0.0.0-...-c9083f5
Opens a new window with list of versions in this module.
Published: Mar 19, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
quicmetrics
Receive and aggregate fleeting metrics (from FaaS).
This proof of concept uses:
- QUIC without http3 as a transport protocol
- statsd string format for metrics
In the client/main.go
example, we send multiple metric counter, to confirm it is summed in the prometheus endpoint output.
Library used:
Getting started
Launch the server
go run main.go
Send sample metrics
go run client/main.go
View prometheus metrics
curl localhost:2223/metrics
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.