exporting.conf 2.7 KB

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