Skip to main content
Version: Next

Observability

Observability

Observability at /healthcheck/observability looks at your applications from the inside, where monitors only see the outside. It has three tabs.

TabWhat it shows
TracesSpans your applications export
RUM SitesSites registered for real-user monitoring
ForecastA projected response time for one monitor

Traces

A read-only table of recently received traces.

ColumnContents
StatusOK or SUCCESS, ERROR or FAILED, or the raw value
ServiceThe reporting service
Root spanThe trace's root operation
DurationHow long the trace took
SpansNumber of spans in the trace
ErrorsNumber of errored spans
WhenWhen it arrived

Traces are not created here. Point an OpenTelemetry exporter at /v1/traces on the HealthCheck service and spans from your applications appear in this table.

There is no per-trace drill-down or span waterfall in this release.

RUM Sites

A RUM site collects timings from real visitors to your pages.

Registering a site

Click New site and fill in:

FieldNotes
NameFor example Acme marketing site
Site idGenerated from the name. It becomes part of the snippet URL and cannot be changed afterwards
DomainsComma separated, for example acme.com, www.acme.com

Click Create.

Embedding the snippet

Each site card carries a script tag with a Copy button. Add it to the pages you want measured.

Sites can be deleted but not edited — recreate one to change its domains.

note

This tab registers sites and hands out the snippet. There is no screen that displays collected real-user metrics in this release.

Forecast

Projects a monitor's response time forward from its recent history.

Pick a monitor from the selector. Three cards summarize the projection:

CardMeaning
Current avgThe monitor's current average response time
Trend / dayThe daily change, labeled improving or worsening
HorizonThe number of days the forecast covers

Predicted response time charts the projection. The shaded area is the upper confidence bound, and the projection is a linear trend over the forecast window.

There is nothing to create on this tab.