Hello everyone! Please provide any working example with logging. I can't archive even console logging. After that need Grafana/Loki.
Hello 🙂 Java OpenTelemetry provides appenders and MDC implementations for Log4J and Logback. It does not attempt to introduce another logging API to the Java ecosystem. Have you tried integrating any logging with your application so far?
Yes, sure. Okay, that means I have to configure appender properly? But where can I find these example for clj-otel?
That is a work in progress. clj-otel so far has coverage for traces and metrics only. I have been reworking the microservices examples recently to better demonstrate unified observability. I plan to switch the example backends over to Grafana (with Tempo, Loki, Prometheus) soon.