tjahzi
tjahzi copied to clipboard
Java clients, log4j2 and logback appenders for Grafana Loki
It seems that just adding Loki appender to logback causes the following messages to appear at the start. Any ideas? ```xml ${loki.host} ${loki.port} %msg server ${HOSTNAME} ``` ```shell [error] SLF4J:...
hello,I use version 9.20, the following error will appear when starting, what is the problem? thanks ERROR in ch.qos.logback.core.joran.spi.Interpreter@108:16 - RuntimeException in Action for tag [appender] java.lang.IllegalStateException: AtomicBuffer is not...
Hello! Thank you for such an amazing library, I'm using it for some Micronaut projects. I found that this library is not supporting the GraalVM native image feature, I have...
After implementing current approach to doing metrics I have identified some drawbacks to how these are exposed. To access the metrics user has to get hold of the appender object...
Like the title sais, I want to send my log file to loki but in a json format. As far as I am aware, This is the way to do...
We are loosing logs using this library. We have tried bufferSizeMegabytes="128" but still can reproduce. https://github.com/tkowalcz/tjahzi/blob/master/core/src/main/java/pl/tkowalcz/tjahzi/TjahziLogger.java#L35 I have tested this with "LokiAppenderTest.java" after modifying TjahziLogger.java to randomly fix claim=0. When...
If Loki does not get the data from Tjahzi due to connection problems or misconfiguration it's hard to find out what is wrong without using debugger. Case in point: #101.
### Use Case TL;DR to tackle the huge number of small files issue for the K8s log aggregation scenario, see detailed discussions at: https://github.com/grafana/loki/issues/5605#issuecomment-2135555344 ### Expectation According to https://grafana.com/docs/loki/latest/get-started/labels/structured-metadata, the...
Hey there, i want to migrate from ELK Stack to Loki. Is it possible to send the MDC Parameters (set dynamically in `ThreadContext.put(key, value)`) as Labels to Loki? And how...