Skip to content

Rollbar

Rollbar is an error monitoring platform that tracks and reports application errors and exceptions.

The Rollbar application allows you to retrieve the Rollbar services availability.

Options

  • Name*: Just a simple label to find it easier in the SenHub's interface
  • Description: Description for your own usage only.
  • Group: optional — assign this instance to a group to organise it within SenHub.
  • Resource Types*: The connector currently supports one type:
    • Service Health — Availability status of each Rollbar service component.

Example output

The connector scrapes the Rollbar Atlassian-based status page and returns one metric per service component, where the channel is the component name and the value is its current status:

{
  "metrics": [
    { "channel": "API", "value": "Operational" },
    { "channel": "Web Application", "value": "Operational" },
    { "channel": "Item Ingestion", "value": "Degraded Performance" },
    { "channel": "Notifications", "value": "Operational" }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}