etsy/logster
Parse log files, generate metrics for Graphite and Ganglia observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5654
- days_rel: n/a
- days_push: 1010
- n_releases_24m: 0
Adoption not part of the score
1960 stars · 265 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Logster is a Python CLI utility that reads log files, applies regex-based parser classes to extract data, and emits metrics to outputs like Graphite, Ganglia, CloudWatch, Nagios, StatsD, or stdout. It maintains a tailing cursor per log file so cron-driven runs only process new entries, enabling near real-time metric trends.
Use cases
- graph http response codes from web server logs
- generate metrics from log files for graphite
- track error log trends in near real time via cron
- parse custom log formats and export to statsd
- monitor application log events in cloudwatch
When to choose
- you want cron-driven, near real-time metrics extracted from log files
- you need pluggable regex parsers and multiple metric backends
- you prefer simple python parser scripts over log-shipping pipelines
When to avoid
- you need full log shipping or structured log aggregation rather than metrics
- you want a daemonized continuous tailer
- you need actively developed tooling with modern metric backends
Facets
cli-tool · maturity maintenance
logging monitoring parser analytics cli monitoring analytics developer-tools python cli log-parsing graphite ganglia metrics log-tailing etsy devops command-line linux
1 source
- readme: https://github.com/etsy/logster · fetched 2026-08-28 · 26830458173e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| etsy/logster | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem