Export Collection
Export "Production Observability" in different formats for sharing or LLM use.
Markdown Preview
# Production Observability
> A curated stack collection by [@builtonrails](https://builtonrails.com/@builtonrails)
Know what's happening in production - errors, performance, and logs.
## LLM Context
```markdown
You are setting up production monitoring for a Rails app. Use Sentry for error tracking, track performance with Skylight or New Relic, and structure logs with lograge.
```
## Stacks
1. **Sentry** (Analytics)
- Error tracking with excellent Rails integration
2. **New Relic** (Analytics)
- Full APM - performance, errors, infrastructure
3. **Skylight** (Analytics)
- Rails-focused performance monitoring
4. **OpenTelemetry** (Observability)
5. **lograge** (Observability)
6. **Honeybadger** (Observability)
7. **AppSignal** (Observability)
## Machine-Readable Data
```json
{
"name": "Production Observability",
"slug": "production-observability",
"description": "Know what's happening in production - errors, performance, and logs.",
"llm_prompt": "You are setting up production monitoring for a Rails app. Use Sentry for error tracking, track performance with Skylight or New Relic, and structure logs with lograge.",
"visibility": "public",
"author": {
"username": "builtonrails",
"name": "BuiltOnRails"
},
"forked_from": null,
"stats": {
"likes": 0,
"forks": 0,
"views": 152
},
"stacks": [
{
"name": "Sentry",
"category": "Analytics",
"position": 0,
"note": "Error tracking with excellent Rails integration"
},
{
"name": "New Relic",
"category": "Analytics",
"position": 2,
"note": "Full APM - performance, errors, infrastructure"
},
{
"name": "Skylight",
"category": "Analytics",
"position": 3,
"note": "Rails-focused performance monitoring"
},
{
"name": "OpenTelemetry",
"category": "Observability",
"position": 3,
"note": null
},
{
"name": "lograge",
"category": "Observability",
"position": 4,
"note": null
},
{
"name": "Honeybadger",
"category": "Observability",
"position": 5,
"note": null
},
{
"name": "AppSignal",
"category": "Observability",
"position": 6,
"note": null
}
],
"created_at": "2026-01-22T02:27:33Z",
"updated_at": "2026-01-22T02:27:33Z",
"exported_at": "2026-09-20T01:50:43Z"
}
```
---
_Exported from [BuiltOnRails](https://builtonrails.com) on September 20, 2026_