OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | vor 1 Jahr | |
---|---|---|
.. | ||
internal | vor 1 Jahr | |
testdata | vor 1 Jahr | |
Makefile | vor 2 Jahren | |
README.md | vor 1 Jahr | |
client.go | vor 1 Jahr | |
client_test.go | vor 1 Jahr | |
config.go | vor 1 Jahr | |
config_test.go | vor 1 Jahr | |
doc.go | vor 1 Jahr | |
documentation.md | vor 1 Jahr | |
factory.go | vor 1 Jahr | |
factory_test.go | vor 1 Jahr | |
go.mod | vor 1 Jahr | |
go.sum | vor 1 Jahr | |
metadata.yaml | vor 1 Jahr | |
scraper.go | vor 1 Jahr | |
scraper_test.go | vor 1 Jahr |
Status | |
---|---|
Stability | beta: metrics |
Distributions | contrib, observiq, sumo |
Issues | |
Code Owners | @djaglowski, @armstrmi |
Riak metrics will be collected from the /stats endpoint.
This Riak receiver will collect metrics for 3.x+
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.receivers:
riak:
endpoint: http://localhost:8098
username: otelu
password: ${env:RIAK_PASSWORD}
collection_interval: 60s
Details about the metrics produced by this receiver can be found in metadata.yaml