OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) преди 1 година
..
cluster f4c44858b5 [all][chore] Moved from interface{} to any for all go code (#29072) преди 1 година
internal 91643ba261 [mdatagen] allow adding resource_attribute warnings (#27257) преди 1 година
mocks c364eb954f [receiver/aerospikereceiver] Refactor client and scrape nodes in parallel (#11877) преди 2 години
testdata 42dbc6cd92 aerospikereceiver: Add missing units in metadata.yaml (#23572) преди 1 година
Makefile c7fa0064e7 [receiver/aerospikereceiver] New Aerospike metrics receiver (#9961) преди 2 години
README.md 562dc48d10 Link component issue badges to the respective issue page (#24642) преди 1 година
client.go 5133f4ccd6 [chore] use license shortform (#22052) преди 1 година
client_test.go 5133f4ccd6 [chore] use license shortform (#22052) преди 1 година
config.go ead6114904 [receiver/aerospikereceiver] Change the type of `Config.Password` to be `configopaque.String` (#23828) преди 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 42dbc6cd92 aerospikereceiver: Add missing units in metadata.yaml (#23572) преди 1 година
factory.go 2c5577b0d7 [chore] updating scrapers to use default method from scraperhelper (#22138) преди 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 df113746a1 [chore][receiver/aerospike] addressing lint issues (#22855) преди 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 29ea5a964d [cmd/mdatagen] Avoid reusing the same ResourceBuilder instance (#24762) преди 1 година

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