Skip to main content

Purefb Receiver

Status Available in: contrib Maintainers: @dgoscn, @chrroberts-pure Source: opentelemetry-collector-contrib

Supported Telemetry

Metrics

Overview

Configuration

The following settings are required:
  • endpoint (default: http://172.31.60.207:9491/metrics/array): The URL of the scraper selected endpoint

Important

  • Only endpoints explicitly added on will be scraped. e.g: clients
Example:
extensions:
  bearertokenauth/fb01:
    token: "..."

receivers:
  purefb:
    endpoint: http://172.31.60.207:9491/metrics
    arrays:
      - address: fb01
        auth:
          authenticator: bearertokenauth/fb01
    clients:
      - address: fb01
        auth:
          authenticator: bearertokenauth/fb01
    env: dev
    settings:
      reload_intervals:
        array: 5m
        clients: 6m
        usage: 6m

The full list of settings exposed for this receiver are documented in config.go with detailed sample configurations in testdata/config.yaml.

Configuration

Example Configuration

receivers:
  purefb:
    endpoint: http://172.31.60.207:9491/metrics

  purefb/with_custom_intervals:
    endpoint: http://172.31.60.207:9491/metrics
    arrays:
      - address: fb01
        auth:
          authenticator: bearertokenauth/fb01
    clients:
      - address: fb01
        auth:
          authenticator: bearertokenauth/fb01
    usage:
      - address: fb01
        auth:
          authenticator: bearertokenauth/fb01
    env: dev
    settings:
      reload_intervals:
        array: 30s
        clients: 6m
        usage: 6m

Last generated: 2026-04-13