exporting.conf 2.7 KB

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