github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/bench/tools/aisloader-composer/containers/exporting.conf (about) 1 [exporting:global] 2 enabled = yes 3 # send configured labels = yes 4 # send automatic labels = no 5 # update every = 10 6 7 [prometheus:exporter] 8 # data source = average 9 # send names instead of ids = yes 10 # send configured labels = yes 11 # send automatic labels = no 12 # send charts matching = * 13 # send hosts matching = localhost * 14 # prefix = netdata 15 16 [graphite:my_graphite_instance] 17 enabled = yes 18 destination = GRAPHITE_HOST 19 hostname = NETDATA_HOST 20 21 # An example configuration for graphite, json, opentsdb exporting connectors 22 # [graphite:my_graphite_instance] 23 # enabled = no 24 # destination = localhost 25 # Credentials for basic HTTP authentication 26 # username = my_username 27 # password = my_password 28 # data source = average 29 # prefix = netdata 30 # hostname = my_hostname 31 # update every = 10 32 # buffer on failures = 10 33 # timeout ms = 20000 34 # send names instead of ids = yes 35 # send charts matching = * 36 # send hosts matching = localhost * 37 38 # [prometheus_remote_write:my_prometheus_remote_write_instance] 39 # enabled = no 40 # destination = localhost 41 # remote write URL path = /receive 42 # username = my_username 43 # password = my_password 44 # data source = average 45 # prefix = netdata 46 # hostname = my_hostname 47 # update every = 10 48 # buffer on failures = 10 49 # timeout ms = 20000 50 # send names instead of ids = yes 51 # send charts matching = * 52 # send hosts matching = localhost * 53 # send variables = no 54 55 # [kinesis:my_kinesis_instance] 56 # enabled = no 57 # destination = us-east-1 58 # stream name = netdata 59 # aws_access_key_id = my_access_key_id 60 # aws_secret_access_key = my_aws_secret_access_key 61 # data source = average 62 # prefix = netdata 63 # hostname = my_hostname 64 # update every = 10 65 # buffer on failures = 10 66 # timeout ms = 20000 67 # send names instead of ids = yes 68 # send charts matching = * 69 # send hosts matching = localhost * 70 71 # [pubsub:my_pubsub_instance] 72 # enabled = no 73 # destination = pubsub.googleapis.com 74 # credentials file = /etc/netdata/pubsub_credentials.json 75 # project id = my_project 76 # topic id = my_topic 77 # data source = average 78 # prefix = netdata 79 # hostname = my_hostname 80 # update every = 10 81 # buffer on failures = 10 82 # timeout ms = 20000 83 # send names instead of ids = yes 84 # send charts matching = * 85 # send hosts matching = localhost * 86 87 # [mongodb:my_mongodb_instance] 88 # enabled = no 89 # destination = localhost 90 # database = my_database 91 # collection = my_collection 92 # data source = average 93 # prefix = netdata 94 # hostname = my_hostname 95 # update every = 10 96 # buffer on failures = 10 97 # timeout ms = 20000 98 # send names instead of ids = yes 99 # send charts matching = * 100 # send hosts matching = localhost *