# Read stats from aerospike server(s) [[inputs.aerospike]] ## Aerospike servers to connect to (with port) ## This plugin will query all namespaces the aerospike ## server has configured and get stats for them. servers = ["localhost:3000"] # username = "telegraf" # password = "pa$$word" ## Optional TLS Config # enable_tls = false # tls_ca = "/etc/telegraf/ca.pem" # tls_cert = "/etc/telegraf/cert.pem" # tls_key = "/etc/telegraf/key.pem" # tls_name = "tlsname" ## If false, skip chain & host verification # insecure_skip_verify = true # Feature Options # Add namespace variable to limit the namespaces executed on # Leave blank to do all # disable_query_namespaces = true # default false # namespaces = ["namespace1", "namespace2"] # Enable set level telemetry # query_sets = true # default: false # Add namespace set combinations to limit sets executed on # Leave blank to do all sets # sets = ["namespace1/set1", "namespace1/set2", "namespace3"] # Histograms # enable_ttl_histogram = true # default: false # enable_object_size_linear_histogram = true # default: false # by default, aerospike produces a 100 bucket histogram # this is not great for most graphing tools, this will allow # the ability to squash this to a smaller number of buckets # To have a balanced histogram, the number of buckets chosen # should divide evenly into 100. # num_histogram_buckets = 100 # default: 10