Guest User

Untitled

a guest
Dec 21st, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1.  
  2. [dispatcher_file]
  3.  
  4. #
  5. # From ceilometer
  6. #
  7.  
  8. # Name and the location of the file to record meters. (string value)
  9. #file_path = <None>
  10.  
  11. # The max size of the file. (integer value)
  12. #max_bytes = 0
  13.  
  14. # The max number of the files to keep. (integer value)
  15. #backup_count = 0
  16.  
  17.  
  18. [dispatcher_gnocchi]
  19.  
  20. #
  21. # From ceilometer
  22. #
  23.  
  24. # Filter out samples generated by Gnocchi service activity (boolean value)
  25. filter_service_activity = true
  26.  
  27. # Gnocchi project used to filter out samples generated by Gnocchi service
  28. # activity (string value)
  29. #filter_project = gnocchi
  30.  
  31. # The archive policy to use when the dispatcher create a new metric. (string
  32. # value)
  33. archive_policy = low
  34.  
  35. # The Yaml file that defines mapping between samples and gnocchi
  36. # resources/metrics (string value)
  37. #resources_definition_file = gnocchi_resources.yaml
  38.  
  39. # Number of seconds before request to gnocchi times out (floating point value)
  40. # Minimum value: 0
  41. #request_timeout = 6.05
  42.  
  43.  
  44. [dispatcher_http]
  45.  
  46. #
  47. # From ceilometer
  48. #
  49.  
  50. # The target where the http request will be sent. If this is not set, no data
  51. # will be posted. For example: target = http://hostname:1234/path (string
  52. # value)
  53. #target =
  54.  
  55. # The target for event data where the http request will be sent to. If this is
  56. # not set, it will default to same as Sample target. (string value)
  57. #event_target = <None>
Advertisement
Add Comment
Please, Sign In to add comment