Tink vs Process Exporter

Process Exporter is ncabatoff's named-process scrape: regex groups that turn cmdline matches into Prometheus gauges. That is not a mechanic. Tink installs in one command, watches the Linux server, explains what is wrong, and helps you fix it.

Process Exporter exposes named_process_* gauges. Tink answers “why is this VPS sick?”

Accidental sysadmins land on Process Exporter because every Prometheus diagram adds it after node_exporter when someone asks which process ate CPU. Then disk fills, nginx dies, and Grafana is quiet — nothing matched, so nothing fired.

Tink is the other job: detect the issue on the machine, say why it happened in plain English, propose the command, and run it only after you approve. Keep Process Exporter if you already operate Prometheus and need named-process gauges. Use Tink if you run Linux servers and want a mechanic.

FeatureTinkProcess Exporter
Setup time30 seconds (one curl | sh command)Hours — binary, process-exporter.yml name groups, :9256, prometheus.yml scrape job, dashboards, and Alertmanager
What you getWorking monitoring, diagnosis, and approved fixesA named-process scrape target. Disk, nginx, and certs stay your problem until PromQL fires and you SSH in
PricingFree (Scout) / $9 / $29 per machine per monthFree software (MIT). You still pay for Prometheus, Grafana, Alertmanager, and the engineer who writes the matchers
Hidden costsNone — fully managedRegex name groups, cmdline cardinality, zombie children, and a second tool to tell you the box is sick
Monitoring approachAgent on the server — CPU, disk, services, logs, certs, portsnamed_process_cpu_seconds_total and memory gauges. Process Exporter does not watch host disk or a quiet cert unless you added another exporter
ConfigurationNone after install — heuristics and AIprocess_names matchers, --web.listen-address, scrape intervals, relabeling, and which PromQL actually pages you
Plain-English diagnosisYes — AI explains root cause, impact, and fixYou graph named_process_resident_memory_bytes in Grafana, then SSH in to change the box
Fix executionProposes and executes approved commands with an audit trailExport only — process-exporter cannot restart nginx or kill a runaway worker
AlertingBuilt-in across 8 channelsNot a Process Exporter job — Prometheus rules and Alertmanager have to fire
Predictive alertsYes — disk fills in ~6 days, memory and CPU trendsNot an exporter job — a process matcher does not forecast a quiet volume
SSH brute-force detectionBuilt-in — parses auth.log every scanOnly if you ship auth.log elsewhere, parse it, write a query, and wire an alert downstream
Machine offline detectionAgent presence monitoring with multi-channel alertsSilence if process-exporter dies — unless you built an up{job="process"} deadman check
Public status pageShareable URL with 90-day historyNone — Process Exporter has no customer-facing status page
Weekly fleet digestAutomated Monday digest + daily brief when issues are openNone — a process scrape target is not a plain-English fleet narrative
On-call trackingBuilt-in /oncall command + incident acknowledgmentNot included — wire Alertmanager into PagerDuty or another incident tool
Conversation interfaceTelegram, WhatsApp, web dashboard, CLIcurl :9256/metrics and Grafana. No mechanic you text when a worker ate RAM
Learning curveNone — works after installSteep — process_names YAML, PromQL, scrape configs, cardinality, and which rule actually pages
Best forFreelancers, small teams, accidental sysadmins (1-50 Linux servers)Teams that already run Prometheus and need named-process scrapes, not a sick-VPS mechanic

When Process Exporter is the right choice

Keep Process Exporter when you already want that exact job:

  • Prometheus named-process scrapes — you need named_process_cpu_seconds_total in PromQL, not a mechanic.
  • Regex process groups — matching cmdline and comm matters more than host nginx, certs, and SSH on a quiet VPS.
  • An existing Prometheus + Grafana stack — process-exporter already ships, dashboards already graph, and someone owns Alertmanager.
  • Hosts that only export — you already run process-exporter as a unit, not a sick-box SSH loop.

The real cost of “just run Process Exporter”

A process scrape is in every Prometheus diagram after node_exporter. A working ops loop for five Linux boxes is not:

  • An exported process metric still means you SSH in and change the box by hand
  • Host disk, nginx, certs, and SSH brute-force never appear unless you scraped those signals and Alertmanager paged
  • process_names YAML, cmdline cardinality, and PromQL punish the hours you spend debugging matchers
  • A single VPS with a dead process-exporter still needs a mechanic, not another scrape job

For a 5-server team, Tink Mechanic at $45/month is cheaper than Process Exporter plus the engineer who keeps Prometheus scrape alive, and every scan includes a diagnosis a quiet /metrics endpoint will not type.

No process_names YAML. No silent host. One command install.

Start Mechanic

Also compare: Tink vs Node Exporter · Tink vs cAdvisor · Tink vs Prometheus