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 cd25661252 [receiver/riak] Riak Metric Receiver (#8548) 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 91d1cd8f11 [receiver/riak] Change the type of `Config.Password` to be `configopaque.String` (#24062) 1 年之前
config.go 91d1cd8f11 [receiver/riak] Change the type of `Config.Password` to be `configopaque.String` (#24062) 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 9161ab2e93 [chore] more linting fixes (#22979) 1 年之前
factory_test.go 4a0ea8e961 [chore] Improving life cycle tests reporting (#23145) 1 年之前
go.mod d680729c09 [chore] Prepare release 0.90.0 (#29543) 1 年之前
go.sum 40b485f08a Update core for v0.90.0 release (#29539) 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

Riak Receiver

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

Riak metrics will be collected from the /stats endpoint.

This Riak receiver will collect metrics for 3.x+

Configuration

The following configuration settings are required:

  • username
  • password

The following configuration settings are optional:

  • endpoint (default: http://localhost:8098): The URL of the node to be monitored.
  • collection_interval (default = 60s): This receiver collects metrics on an interval. Valid time units are ns, us (or µs), ms, s, m, h.
  • initial_delay (default = 1s): defines how long this receiver waits before starting.
  • tls (defaults defined here): TLS control. By default insecure settings are rejected and certificate verification is on.

Example Configuration

receivers:
  riak:
    endpoint: http://localhost:8098
    username: otelu
    password: ${env:RIAK_PASSWORD}
    collection_interval: 60s

Metrics

Details about the metrics produced by this receiver can be found in metadata.yaml