Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 432 Bytes

promtail-client

Promtail client library. Promtail is an agent for Loki logging system.

This library supports both JSON and Protobuf APIs.

Usage example:

cd examples/client-example
go build

# make sure source-name is unique for every application instance
# otherwise promtail will reject logs with error:
# "entry out of order for stream"
./client-example proto source-name job-name