Releases: mjfryc/mjaron-tinyloki-java
Releases · mjfryc/mjaron-tinyloki-java
v0.3.11
What's Changed
- fix typo in readme and accessibility of StreamBuilder.build() by @azplanlos in #22
New Contributors
- @azplanlos made their first contribution in #22
Full Changelog: v0.3.10...v0.3.11
v0.3.10
Fix of #14:
- Label name can start with
_
now. - Label name cannot start with non-ASCII characters.
- Gzip encoding added, to enable it use withGzipLogEncoder() method
- Fix of #14
- Label names and values are consistent with documentation: https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels.
v0.3.3
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
- Deadlock fixed.
- Labels - correcting labels to be compliant with Grafana Loki.
- LogController - possibility to send logs before stop.
- LogController - possibility to interrupt worker thread.
- LogSenderSettings - possibility to set connection timeout.
- LogMonitor - on worker thread exit event added.
- Documentation updated.