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

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

License

Notifications You must be signed in to change notification settings

afiskon/promtail-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages