All Projects → afiskon → promtail-client

afiskon / promtail-client

Licence: MIT license
Promtail client library. Promtail is an agent for Loki logging system.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to promtail-client

loki-multi-tenant-proxy
Grafana Loki multi-tenant Proxy. Needed to deploy Grafana Loki in a multi-tenant way
Stars: ✭ 48 (+20%)
Mutual labels:  loki
Loki.Rat
Loki.Rat is a fork of the Ares RAT, it integrates new modules, like recording , lockscreen , and locate options. Loki.Rat is a Python Remote Access Tool.
Stars: ✭ 63 (+57.5%)
Mutual labels:  loki
paStash
pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond 🍝
Stars: ✭ 89 (+122.5%)
Mutual labels:  loki
loki-operator
viaq.github.io/loki-operator/
Stars: ✭ 30 (-25%)
Mutual labels:  loki
gimlet-stack
Bootstrap curated Kubernetes stacks. Logging, metrics, ingress and more - delivered with gitops.
Stars: ✭ 12 (-70%)
Mutual labels:  loki
dns-collector
Aggregator, analyzer, transporter and logging for your DNS logs
Stars: ✭ 58 (+45%)
Mutual labels:  loki
docker
Docker containers of elementary OS environments and related tools primarily used in Travis Continuous Integration Automated Testing
Stars: ✭ 18 (-55%)
Mutual labels:  loki
Loki
一个轻量级Web蜜罐 - A Little Web Honeypot.🍯🍯🍯🐝🐝🐝
Stars: ✭ 151 (+277.5%)
Mutual labels:  loki
CryptoProfitSwitcher
Extensible profit switcher for crypto coins and algorithms
Stars: ✭ 49 (+22.5%)
Mutual labels:  loki
VictoriaLogs
Loki On VictoriaMetrics
Stars: ✭ 58 (+45%)
Mutual labels:  loki
Loki
Like Prometheus, but for logs.
Stars: ✭ 14,483 (+36107.5%)
Mutual labels:  loki
Flink Learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
Stars: ✭ 11,378 (+28345%)
Mutual labels:  loki
loki exporter
Prometheus exporter to collect metrics and run queries against the Grafana Loki API.
Stars: ✭ 28 (-30%)
Mutual labels:  loki
winston-loki
Grafana Loki transport for the nodejs logging library Winston.
Stars: ✭ 55 (+37.5%)
Mutual labels:  loki
serilog-sinks-grafana-loki
A Serilog sink sending log events to Grafana Loki
Stars: ✭ 55 (+37.5%)
Mutual labels:  loki
YaraStation
Yara station is a management portal for Neo23x0-Loki. The mission is to transform the standalone nature of the Loki scanner into a centralized management solution that facilitates result investigation and easier scanning capabilities.
Stars: ✭ 25 (-37.5%)
Mutual labels:  loki

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].