Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [dispatcher_file]
- #
- # From ceilometer
- #
- # Name and the location of the file to record meters. (string value)
- #file_path = <None>
- # The max size of the file. (integer value)
- #max_bytes = 0
- # The max number of the files to keep. (integer value)
- #backup_count = 0
- [dispatcher_gnocchi]
- #
- # From ceilometer
- #
- # Filter out samples generated by Gnocchi service activity (boolean value)
- filter_service_activity = true
- # Gnocchi project used to filter out samples generated by Gnocchi service
- # activity (string value)
- #filter_project = gnocchi
- # The archive policy to use when the dispatcher create a new metric. (string
- # value)
- archive_policy = low
- # The Yaml file that defines mapping between samples and gnocchi
- # resources/metrics (string value)
- #resources_definition_file = gnocchi_resources.yaml
- # Number of seconds before request to gnocchi times out (floating point value)
- # Minimum value: 0
- #request_timeout = 6.05
- [dispatcher_http]
- #
- # From ceilometer
- #
- # The target where the http request will be sent. If this is not set, no data
- # will be posted. For example: target = http://hostname:1234/path (string
- # value)
- #target =
- # The target for event data where the http request will be sent to. If this is
- # not set, it will default to same as Sample target. (string value)
- #event_target = <None>
Advertisement
Add Comment
Please, Sign In to add comment