OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) před 1 rokem
..
cluster f4c44858b5 [all][chore] Moved from interface{} to any for all go code (#29072) před 1 rokem
internal 91643ba261 [mdatagen] allow adding resource_attribute warnings (#27257) před 1 rokem
mocks c364eb954f [receiver/aerospikereceiver] Refactor client and scrape nodes in parallel (#11877) před 2 roky
testdata 42dbc6cd92 aerospikereceiver: Add missing units in metadata.yaml (#23572) před 1 rokem
Makefile c7fa0064e7 [receiver/aerospikereceiver] New Aerospike metrics receiver (#9961) před 2 roky
README.md 562dc48d10 Link component issue badges to the respective issue page (#24642) před 1 rokem
client.go 5133f4ccd6 [chore] use license shortform (#22052) před 1 rokem
client_test.go 5133f4ccd6 [chore] use license shortform (#22052) před 1 rokem
config.go ead6114904 [receiver/aerospikereceiver] Change the type of `Config.Password` to be `configopaque.String` (#23828) před 1 rokem
config_test.go 158ee0e040 [chore] Update tests to include scraper settings (#24653) před 1 rokem
doc.go 5133f4ccd6 [chore] use license shortform (#22052) před 1 rokem
documentation.md 42dbc6cd92 aerospikereceiver: Add missing units in metadata.yaml (#23572) před 1 rokem
factory.go 2c5577b0d7 [chore] updating scrapers to use default method from scraperhelper (#22138) před 1 rokem
factory_test.go 5133f4ccd6 [chore] use license shortform (#22052) před 1 rokem
go.mod d680729c09 [chore] Prepare release 0.90.0 (#29543) před 1 rokem
go.sum 40b485f08a Update core for v0.90.0 release (#29539) před 1 rokem
integration_test.go df113746a1 [chore][receiver/aerospike] addressing lint issues (#22855) před 1 rokem
metadata.yaml 326d0261f9 [cmd/mdatagen] Rename aggregation to aggregation_temporality for sum metrics (#24808) před 1 rokem
scraper.go 29ea5a964d [cmd/mdatagen] Avoid reusing the same ResourceBuilder instance (#24762) před 1 rokem
scraper_test.go 29ea5a964d [cmd/mdatagen] Avoid reusing the same ResourceBuilder instance (#24762) před 1 rokem

README.md

Aerospike Receiver

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

The Aerospike receiver is designed to collect performance metrics from one or more Aerospike nodes. It uses the official Go client to connect and collect.

Aerospike versions 4.9, 5.x, and 6.x are supported.

Configuration

Configuration parameters:

  • endpoint (default localhost:3000): Aerospike host ex: 127.0.0.1:3000.
  • tlsname Endpoint tls name. Used by the client during TLS connections. See Aerospike authentication for mor details.
  • collect_cluster_metrics (default false): Whether discovered peer nodes should be collected.
  • 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.
  • username (Enterprise Edition only.)
  • password (Enterprise Edition only.)
  • tls (default empty/no tls) tls configuration for connection to Aerospike nodes. More information at OpenTelemetry's tls config page.

Example Configuration

receivers:
    aerospike:
        endpoint: "localhost:3000"
        tlsname: ""
        collect_cluster_metrics: false
        collection_interval: 30s

Metrics

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