OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) пре 1 година
..
internal 91643ba261 [mdatagen] allow adding resource_attribute warnings (#27257) пре 1 година
testdata cd91fb4789 [chore][golden] Normal timestamps in golden metric files (#23002) пре 1 година
Makefile 4ae3dc9cae [receiver/bigip] Add Big-IP Metrics Receiver (#9893) пре 2 година
README.md 562dc48d10 Link component issue badges to the respective issue page (#24642) пре 1 година
client.go f4c44858b5 [all][chore] Moved from interface{} to any for all go code (#29072) пре 1 година
client_test.go 56d662550f [receiver/bigip] Change the type of `Config.Password` to be `configopaque.String` (#23830) пре 1 година
config.go 56d662550f [receiver/bigip] Change the type of `Config.Password` to be `configopaque.String` (#23830) пре 1 година
config_test.go 158ee0e040 [chore] Update tests to include scraper settings (#24653) пре 1 година
doc.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
documentation.md 252b3a0c6b [chore] Metadata inconsistencies (#21915) пре 1 година
factory.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
factory_test.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
go.mod d680729c09 [chore] Prepare release 0.90.0 (#29543) пре 1 година
go.sum 40b485f08a Update core for v0.90.0 release (#29539) пре 1 година
integration_test.go 034cd28be0 [chore] Migrate several more scraper to new integration test framework (#22157) пре 1 година
metadata.yaml 326d0261f9 [cmd/mdatagen] Rename aggregation to aggregation_temporality for sum metrics (#24808) пре 1 година
scraper.go 29ea5a964d [cmd/mdatagen] Avoid reusing the same ResourceBuilder instance (#24762) пре 1 година
scraper_test.go cd92432fd2 [pkg/golden] internal/coreinternal/golden -> pkg/golden (#28636) пре 1 година

README.md

F5 Big-IP Receiver

Status
Stability beta: metrics
Distributions contrib, observiq, sumo
Issues Open issues Closed issues
Code Owners @djaglowski, @StefanKurek

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:

  • endpoint (default: https://localhost:443): The URL of the Big-IP environment.
  • collection_interval (default = 10s): This receiver collects metrics on an interval. Valid time units are ns, us (or µs), ms, s, m, h.
  • tls (defaults defined here): TLS control. By default insecure settings are rejected and certificate verification is on.

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 here with detailed sample configurations here. 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