Track anything

Simple service to track, chart and analyze your data metrics.

Send your data via the simple API and view the results in clear graphs. If you want to get fancy, we have features such as alarms, annotations and more.

Sign up →Try for free for 42 days. No credit card needed.
42 days free trial
Basic plan starts at $1 per month
Start here →
Visualize data

Each metric is presented in a clean and clear chart. Tweak time period and resolution to your convenience.

You can choose to track occurrence of events, or a changing value over time.

🔔
Alerts

Get notified when something changes for better or worse, with customised settings.

Did the conversion rate drop more than 10%? Trigger alert!

No data in the last hour? Trigger alert!

📱
Email summaries

Once per day we send you a summary of the metrics in your account, helping you view the current status without having to log in every day.

Showcases

function
trackMetric(key, value) {
return fetch(REC_URL, {
method: "POST",
body: JSON.stringify({
key, value
})
})
}
Software performance

Keep track of cronjob execution times, deployments, response times for third party APIs, and more. This will help to give you a good overview on the status of your application.

Combine with alerts to be notified if something goes wrong.

Simple API

Sending data to umlogger is easy. We have code snippets ready for you in many languages.

cURL
curl -d 'response_time=2&apikey=[apikey]' https://rec.umlogger.com/p
HTML
<img src="https://rec.umlogger.com/p?metric_pubkey=[pubkey]&value=1"/>
Javascript, PHP, Go, and more...
View all code samples

Start for free

It's easy to get started. You can try out for free and after 42 days the basic plan starts at only $1 per month. See plan details here or reach out to us for more details.

Sign up →