summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-11-01 04:31:50 +0000
committerGerrit Code Review <review@openstack.org>2019-11-01 04:31:51 +0000
commitf42b13645287352de8bb06475502ee929fc7ff92 (patch)
tree5265d79503652a79f13ef853cc5fee43cc028dc5 /doc
parentf372d9ae8e8a2766439a6b54d8822bb380c15a05 (diff)
parent6b0318e9c783fc22bded875cbe3a298feb1b5de8 (diff)
downloadceilometer-f42b13645287352de8bb06475502ee929fc7ff92.tar.gz
Merge "support events"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/telemetry-events.rst3
-rw-r--r--doc/source/contributor/events.rst5
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/source/admin/telemetry-events.rst b/doc/source/admin/telemetry-events.rst
index ea1575ce..657378c2 100644
--- a/doc/source/admin/telemetry-events.rst
+++ b/doc/source/admin/telemetry-events.rst
@@ -6,9 +6,6 @@ In addition to meters, the Telemetry service collects events triggered
within an OpenStack environment. This section provides a brief summary
of the events format in the Telemetry service.
-.. warning::
- Events support is deprecated.
-
While a sample represents a single, numeric datapoint within a
time-series, an event is a broader concept that represents the state of
a resource at a point in time. The state may be described using various
diff --git a/doc/source/contributor/events.rst b/doc/source/contributor/events.rst
index b73fbbea..bdaefa39 100644
--- a/doc/source/contributor/events.rst
+++ b/doc/source/contributor/events.rst
@@ -25,11 +25,6 @@ Events vs. Samples
In addition to Meters, and related Sample data, Ceilometer can also process
Events.
-
-.. warning::
- Events support is deprecated.
-
-
While a Sample represents a single numeric datapoint, driving a Meter that
represents the changes in that value over time, an Event represents the state
of an object in an OpenStack service (such as an Instance in Nova, or an Image