pip install python-logging-loki Usage import logging import logging_loki handler = logging_loki.LokiHandler( url="https://my-loki-instance/loki/api/v1/push", tags={"application": "my-app"}, headers={"X-Scope-OrgID": "example-id"}, auth=("username", "password"), props_to_labels: ...
Package request: python3Packages.python-logging-loki #317302 Open Contributor Author Moraxyc commented Jun 5, 2024 Result of nixpkgs-review pr 317319 run on x86_64-linux 1 4 packages built: ofborg bot added 8.has: package (new) 11.by: package-maintainer 10.rebuild-darwin: 1-10 10....
python-logging-loki Loki的Python日志记录处理程序。 安装 pip install python-logging-loki 用法 import logging import logging_loki handler = logging_loki . LokiHandler ( url = "https://my-loki-instance/loki/api/v1/push" , tags = { "application" : "my-app" }, auth = ( "username" ,...
[](https://pypi.org/project/python-logging-loki/) [](https://www.python.org/) [![PyPI version](https://img.s...
python-version: '3.x' - name: Install dependencies run: | python -m pip install --upgrade pip pip install build - name: Build package run: python -m build - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1 0 comments on commit c7ecc55 Please sign in to commen...