From c5f7de3d4809af51df793af289fe9edeeb41f76c Mon Sep 17 00:00:00 2001 From: mjfryc Date: Sat, 4 Jun 2022 23:22:23 +0200 Subject: [PATCH] Update _index.md - an unofficial Loki client added I would like to add mjaron-tinyloki-java to unofficial Loki clients. It is standalone small library without any dependencies. It may be an alternative to other libraries which use many dependencies and require more configuration to send logs. --- docs/sources/clients/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/clients/_index.md b/docs/sources/clients/_index.md index 08a445947fe6..bd15056e2d48 100644 --- a/docs/sources/clients/_index.md +++ b/docs/sources/clients/_index.md @@ -73,5 +73,6 @@ when using or writing a third-party client. - [NLog-Targets-Loki](https://github.com/corentinaltepe/nlog.loki) (C#) - [loki-logback-appender](https://github.com/loki4j/loki-logback-appender) (Java) - [Log4j2 appender for Loki](https://github.com/tkowalcz/tjahzi) (Java) +- [mjaron-tinyloki-java](https://github.com/mjfryc/mjaron-tinyloki-java) (Java) - [LokiLogger.jl](https://github.com/JuliaLogging/LokiLogger.jl) (Julia) - [winston-loki](https://github.com/JaniAnttonen/winston-loki) (JS)