From b27083e9b5adf26531c9b79bf1eb0e5dad8cdd16 Mon Sep 17 00:00:00 2001 From: Brett Milford Date: Wed, 21 Sep 2022 11:15:26 +1000 Subject: [PATCH] Replace remote-sink description with valid example Remote sync configures ceilometer.event.publisher. Only a subset of publishers are valid. They are test, messaging, http, gnocchi and zaqar Change-Id: I56028d674eae58d224ee843152623bdb0d2b5d45 --- config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 5f5dca5..9ac6548 100644 --- a/config.yaml +++ b/config.yaml @@ -254,11 +254,11 @@ options: default: description: | Space delimited list of remote consumers of Ceilometer event reporting - which reside outside of the deployed model. Only supported for Mitaka - and later clouds. e.g. + which reside outside of the deployed model. Valid remotes are test, + messaging, http and gnocchi. e.g. . - 'udp://:/' - 'prometheus://pushgateway-host:9091/metrics/job/openstack-telemetry' + 'http://host:80/path?timeout=1&max_retries=2&batch=False' + 'gnocchi://host:8041?archive_policy=low&filter_project=gnocchi' pipeline-yaml: type: string default: ""