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

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