Skip to content

Tags: olesku/eventhub

Tags

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use just gauge metric type for delays (#51)

- because histogram would need more data to be provided

v1.4.1

Toggle v1.4.1's commit message
Increase NET_READ_BUFFER_SIZE to 512 bytes and use std::size_t instea…

…d of size_t in SSLConnection

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: start returning metric types in Prometheus response (#48)

Co-authored-by: michal-drobniak <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement EVENTLOG command (#45)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial rate limit functionality. (#43)

v1.1.0

Toggle v1.1.0's commit message
Add enable_kvstore option to example config.

v1.0.2

Toggle v1.0.2's commit message
Fix race condition when setting up handlers.

onHTTPRequest and onWebsocketRequest handlers was initialized after the
client was added to epoll. This might cause a raceconditon where we try
to parse a client request before it has an assigned handler. When this
happens a std::bad_function_call is thrown. Fixed by setting up the
handlers before adding the client to our epoll set.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Be more consistent about consting variables that can be immmutable. (#39

)

v1.0.0

Toggle v1.0.0's commit message
Enable SSE in docker-compose example.