Getting Started

Getting Started

Get up and running with tracer in under 5 minutes. Create your first monitor and start monitoring your applications.

Getting Started

Welcome to tracer! This guide will help you set up your first monitor and understand the basics of synthetic monitoring.

Quick Start

Create an Account

Sign up at app.tracer/signup. You can start with our free Hobby plan which includes:

  • 5 uptime monitors
  • 100 browser runs/month
  • 1 team member

Create Your First Monitor

After signing in, you'll be guided through creating your first monitor. Choose from:

  • URL Monitor - Simple HTTP/HTTPS availability check
  • Browser Journey - Multi-step user flow testing
  • API Monitor - REST API testing with assertions

Configure Alerts

Set up notifications so you know when things break:

  1. Go to Settings > Alert Channels
  2. Add a Slack, Email, or Webhook channel
  3. Create an alert rule for your monitor

Monitor Your Results

View your dashboard to see:

  • Current status of all monitors
  • Recent run history
  • Performance trends
  • Active incidents

Core Concepts

Understanding these concepts will help you get the most out of tracer.

Monitors

Monitors are the core unit of tracer. Each monitor performs a specific check on a schedule:

TypeUse CaseExample
URLSimple uptime checksCheck if https://api.example.com/health returns 200
APIMulti-step API workflowsAuthenticate, then fetch user data
TCPPort connectivityVerify database port 5432 is accessible
DNSDNS record validationEnsure MX records are correctly configured
HeartbeatCron job monitoringVerify daily backup job completes
JourneyUser flow testingTest login → dashboard → logout flow

Runs

A run is a single execution of a monitor. Each run captures:

  • Status - Success, failure, or degraded
  • Duration - How long the check took
  • Assertions - Which checks passed or failed
  • Artifacts - Screenshots, traces, and logs (for journeys)

Agents

Agents execute your monitors from different geographic locations. tracer provides managed agents in multiple regions:

  • US East (Virginia)
  • US West (Oregon)
  • EU West (Ireland)
  • EU Central (Frankfurt)
  • Asia Pacific (Singapore)
  • Turkey (Istanbul)

Alert Rules

Alert rules define when and how you get notified:

  • Consecutive Failures - Alert after N failed runs
  • Error Rate - Alert when error rate exceeds threshold
  • Latency - Alert when response time exceeds threshold
  • Visual Diff - Alert when UI changes unexpectedly

Next Steps