-
Hi,
I used before appender for JDK8 with ApacheHttpClient:
Gradle
```
implementation "com.github.loki4j:loki-logback-appender-jdk8:1.2.0"
implementation "org.apache.httpcomponents:htt…
-
Hi,
The binary distribution/jar of loki-logback-appender absorbs code from Grafana Loki and Google Protobuf. One of the sources (https://github.com/loki4j/loki-logback-appender/blob/main/common/src…
-
五一后处理,添加对 loki api 的支持:https://loki4j.github.io/loki-logback-appender/
注意:loki 也是支持 logstash 的,详见: https://grafana.com/docs/loki/latest/clients/logstash/
loki-logback-appender 配置:https://loki4j.…
-
**Is your feature request related to a problem? Please describe.**
In order to integrate `Loki` with the Java and especially with the Spring Boot ecosystem we need `promtail` support for Java based l…
-
Logback provides log event timestamp with millisecond precision. In order to preserve the message order as in other Logback outputs (such as CONSOLE or FILE), Loki4j used `nanoCounter` to emulate this…
-
Loki4j lacks a multi-tenancy support.
We should be able to configure `tenantId` in `logback.xml`:
```xml
http://localhost:3100/loki/api/v1/push
customer1
...
…
-
Maven Central is quite often overloaded and responds slowly. Gradle can not handle this correctly even when publishing relatively small artifacts (700KB).
### Current Behavior
Gradle c…
-
Add an option to limit max batch size in bytes. This could prevent issues like #24
-
I use Grafana cloud which provides hosted Loki. The current setup logs to a file and Promtail push the logs to Loki. The Promtail configuration for Loki accepts a URL that has the username and passwor…
-
Hello, I believe I've found an issue or I can propose a nice feature. I have an microservices infrastructure with spring cloud config server serving logs configuration. Everything (service with the ap…