Node.js Exporter

Node.js Exporter

Overview Installation Dashboards Alerting rules Grafana Cloud Integration

On this page:

This quickstart includes the following alerting rules:

  • NodejsDown

Node.js job on instance is not up.

Download the following alerting rules YAML file
yaml
groups:
  - name: NodejsAlerts
    rules:
      - alert: NodejsDown
        expr: process_start_time_seconds != 1
        for: 5m
        labels:
          severity: critical
        annotations:
          description: 'Node.js {{$labels.job}} on {{$labels.instance}} is not up.'
          summary: Node.js not up

This alerting rule YAML file was generated using the prom-client for Node.js mixin.