From bf66d9ea5400a013b9d03ee0860fdb8c69886faf Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:57:39 -0500 Subject: [PATCH] docs: update 3rd party python-logging-loki to V2 that supports headers (backport release-3.3.x) (#16550) Co-authored-by: Roman Rapoport <80348145+RomanR-dev@users.noreply.github.com> --- docs/sources/send-data/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/send-data/_index.md b/docs/sources/send-data/_index.md index 1d206d432a..19cbd4b511 100644 --- a/docs/sources/send-data/_index.md +++ b/docs/sources/send-data/_index.md @@ -66,7 +66,7 @@ These third-party clients also enable sending logs to Loki: - [NLog-Targets-Loki](https://github.com/corentinaltepe/nlog.loki) (C#) - [promtail-client](https://github.com/afiskon/promtail-client) (Go) - [push-to-loki.py](https://github.com/sleleko/devops-kb/blob/master/python/push-to-loki.py) (Python 3) -- [python-logging-loki](https://pypi.org/project/python-logging-loki/) (Python 3) +- [python-logging-loki](https://pypi.org/project/python-logging-loki-v2/) (Python 3) - [nextlog](https://pypi.org/project/nextlog/) (Python 3) - [Rails Loki Exporter](https://github.com/planninghow/rails-loki-exporter) (Rails) - [Serilog-Sinks-Loki](https://github.com/JosephWoodward/Serilog-Sinks-Loki) (C#)