Show HN: Spikelog – 一种为脚本、计划任务和 MVP 设计的简单指标服务。
Show HN: Spikelog – A simple metrics service for scripts, cron jobs, and MVPs

原始链接: https://spikelog.com

## Spikelog:简单指标追踪 Spikelog 提供了一种简化的方式来追踪关键数据,无需完整可观测性堆栈的复杂性。只需 **将数字与图表名称 POST 到他们的 API**,图表就会立即出现——除了 API 密钥外,无需任何设置。 与需要配置和查询语言的传统解决方案不同,Spikelog 专注于快速可视化重要指标,例如任务完成情况或用户注册量。它非常适合副项目、MVP 和小型系统。 **主要特点:** * **易于集成:** 适用于任何能够发出 HTTP 请求的系统(curl、Python、JavaScript 等)。 * **AI 驱动追踪:** 可以通过 AI 提示自动识别和实施追踪。 * **免费套餐:** 10 个图表,每个图表 1,000 个数据点,无需信用卡。 * **滚动窗口:** 自动管理数据保留,仅保留最近的 1,000 个数据点。 对于更高级的需求,Spikelog 推荐 Axiom,但对于简单的指标可视化,它提供了一个非常简单的解决方案。

## Spikelog:简单指标追踪 Spikelog (spikelog.com) 是一款新推出的、极其简单的指标服务,旨在快速追踪随时间变化的数据——非常适合脚本、计划任务和最小可行产品(MVP)。它由 dsmurrell 使用 Cursor 在一天内创建,专注于易用性,避免了传统可观察性工具的复杂性。 用户只需 POST 包含图表名称和值的 JSON 数据,即可自动生成图表。Spikelog 为每个图表提供 1000 个点的滚动窗口,目前支持最多 10 个图表。 其关键特性是其有意设计的极简 API,旨在易于被 AI 编码助手使用——通过一个可以自动将追踪添加到代码库的提示进行了演示。虽然缺乏诸如告警或复杂聚合之类的进阶功能,但 Spikelog 对于需要快速可视化数据趋势的人来说,比基本的日志记录更进一步。创建者欢迎反馈,特别是关于潜在的错误或限制。
相关文章

原文
SpikelogSpikelog
Spikelog

Log a number. Get a chart.That's it.

Just POST a number and see it over time.

1

Copy your API key

Sign in and create a project.

2

POST a number

Chart name + value. That's it.

3

It graphs automatically

Your chart appears instantly.

spikelog.com/dashboard
Example Spikelog chart showing feedback metrics over time

Example chart showing feedback metrics over time

Most projects don't need full observability stacks.

They need to know: Did the job run? Did users sign up? Did today's number go up or down?

Full observability stacks

  • Configure exporters and agents
  • Learn a query language
  • Build dashboards before you see data
  • Worry about pricing tiers and retention
  • Set up integrations before anything works

Spikelog

  • One API endpoint
  • Charts appear automatically
  • Send numbers, not telemetry
  • No setup beyond an API key
$ curl -X POST api.spikelog.com/api/v1/ingest \

  -H "X-API-Key: sk_..." \

  -d '{"chart":"users","value":42}'

Add metrics to any app with a single AI prompt

We built this public Spikelog metrics dashboard using Spikelog itself. One prompt identified the most meaningful signals across the system and automatically implemented the tracking that powers every chart you see here.

See Spikelog's own metrics← Generated with one prompt

Works with everything

If you can make an HTTP request, you can use Spikelog — cron jobs, scripts, workers, or anywhere you write code.

curl -X POST https://api.spikelog.com/api/v1/ingest \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"chart": "Metric Name", "value": 42}'

AI-Native

Paste a prompt into Cursor, Copilot, or Claude. It finds places to add counters and sends them to Spikelog automatically.

Free to Use

10 charts, 1,000 points each. No credit card. No "free trial." Just free.

Rolling Window

1,000 points per chart. Recent data, always. Old data expires automatically. No cleanup, no retention management.

Built for side projects, MVPs, and small production systems.

Need long retention, complex queries, and compliance? Use Axiom

Just want to track a few numbers? Use Spikelog.

Built because setting up Grafana to track one number felt ridiculous.

Coming next

Simple threshold alerts

© 2025 Spikelog. Simple metrics for developers who just want to see a number change.

联系我们 contact @ memedata.com