Skip to content

Latest commit

 

History

History

bigipreceiver

F5 Big-IP Receiver

Status
Stability beta: metrics
Distributions contrib
Issues Open issues Closed issues
Code Owners @StefanKurek | Seeking more code owners!

This receiver fetches stats from a F5 Big-IP node using F5's iControl REST API.

Prerequisites

This receiver supports Big-IP versions 11.6.5+

Configuration

The following settings are required:

  • username
  • password

The following settings are optional:

Example Configuration

receivers:
  bigip:
    collection_interval: 10s
    endpoint: https://localhost:443
    username: otelu
    password: ${env:BIGIP_PASSWORD}
    tls:
      insecure_skip_verify: true

The full list of settings exposed for this receiver are documented in config.go with detailed sample configurations in testdata/config.yaml. TLS config is documented further under the opentelemetry collector's configtls package.

Metrics

Details about the metrics produced by this receiver can be found in documentation.md