master
conf 96 lines 2.75 KB
Raw
1 [exporting:global]
2 enabled = no
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 # netdata label prefix =
16
17 # An example configuration for graphite, json, opentsdb exporting connectors
18 # [graphite:my_graphite_instance]
19 # enabled = no
20 # destination = localhost
21 # Credentials for basic HTTP authentication
22 # username = my_username
23 # password = my_password
24 # data source = average
25 # prefix = netdata
26 # hostname = my_hostname
27 # update every = 10
28 # buffer on failures = 10
29 # timeout ms = 20000
30 # send names instead of ids = yes
31 # send charts matching = *
32 # send hosts matching = localhost *
33
34 # [prometheus_remote_write:my_prometheus_remote_write_instance]
35 # enabled = no
36 # destination = localhost
37 # remote write URL path = /receive
38 # username = my_username
39 # password = my_password
40 # data source = average
41 # prefix = netdata
42 # hostname = my_hostname
43 # update every = 10
44 # buffer on failures = 10
45 # timeout ms = 20000
46 # send names instead of ids = yes
47 # send charts matching = *
48 # send hosts matching = localhost *
49 # send variables = no
50
51 # [kinesis:my_kinesis_instance]
52 # enabled = no
53 # destination = us-east-1
54 # stream name = netdata
55 # aws_access_key_id = my_access_key_id
56 # aws_secret_access_key = my_aws_secret_access_key
57 # data source = average
58 # prefix = netdata
59 # hostname = my_hostname
60 # update every = 10
61 # buffer on failures = 10
62 # timeout ms = 20000
63 # send names instead of ids = yes
64 # send charts matching = *
65 # send hosts matching = localhost *
66
67 # [pubsub:my_pubsub_instance]
68 # enabled = no
69 # destination = pubsub.googleapis.com
70 # credentials file = /etc/netdata/pubsub_credentials.json
71 # project id = my_project
72 # topic id = my_topic
73 # data source = average
74 # prefix = netdata
75 # hostname = my_hostname
76 # update every = 10
77 # buffer on failures = 10
78 # timeout ms = 20000
79 # send names instead of ids = yes
80 # send charts matching = *
81 # send hosts matching = localhost *
82
83 # [mongodb:my_mongodb_instance]
84 # enabled = no
85 # destination = localhost
86 # database = my_database
87 # collection = my_collection
88 # data source = average
89 # prefix = netdata
90 # hostname = my_hostname
91 # update every = 10
92 # buffer on failures = 10
93 # timeout ms = 20000
94 # send names instead of ids = yes
95 # send charts matching = *
96 # send hosts matching = localhost *