summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Runge <mrunge@redhat.com>2021-05-18 15:04:18 +0200
committerMatthias Runge <mrunge@redhat.com>2021-05-18 15:04:18 +0200
commit6c5102a5485e5e6bf091970eb10df4763d17e628 (patch)
treec55cabd08f9886a982738be6d9bcedd3a373242d /doc
parent850ffc27a13f6f95da1fdb8f949a6ab646e01365 (diff)
downloadceilometer-6c5102a5485e5e6bf091970eb10df4763d17e628.tar.gz
Remove dependency to panko
Panko is being deprecated and removed from OpenStack. Change-Id: I6948a965cba5e3bdba84edbbb49af279fd0310e5
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/telemetry-data-pipelines.rst8
-rw-r--r--doc/source/contributor/devstack.rst1
2 files changed, 0 insertions, 9 deletions
diff --git a/doc/source/admin/telemetry-data-pipelines.rst b/doc/source/admin/telemetry-data-pipelines.rst
index 0e3207a2..4c69e27d 100644
--- a/doc/source/admin/telemetry-data-pipelines.rst
+++ b/doc/source/admin/telemetry-data-pipelines.rst
@@ -169,13 +169,6 @@ You can read more `here <https://github.com/prometheus/pushgateway#about-timesta
Due to this, this is not recommended to use this publisher for billing purpose
as timestamps in Prometheus will not be exact.
-panko
-`````
-
-Event data in Ceilometer can be stored in panko which provides an HTTP REST
-interface to query system events in OpenStack. To push data to panko,
-set the publisher to ``panko://``.
-
notifier
````````
@@ -327,6 +320,5 @@ specified. A sample ``publishers`` section in the
publishers:
- gnocchi://
- - panko://
- udp://10.0.0.2:1234
- notifier://?policy=drop&max_queue_length=512&topic=custom_target
diff --git a/doc/source/contributor/devstack.rst b/doc/source/contributor/devstack.rst
index 9519176b..df2539cf 100644
--- a/doc/source/contributor/devstack.rst
+++ b/doc/source/contributor/devstack.rst
@@ -28,7 +28,6 @@ Configuring devstack
Optionally, services which extend Ceilometer can be enabled::
enable_plugin aodh https://opendev.org/openstack/aodh
- enable_plugin panko https://opendev.org/openstack/panko
These plugins should be added before ceilometer.