Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions hub/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Changelog

2025-04-02
----------
* The :ref:`Notifications <notifications-feature>` feature will reach end-of-life June 30th 2025. It is superseded by the
* The Notifications feature will reach end-of-life June 30th 2025. It is superseded by the
:ref:`Metrics <metrics-api>` feature.
* The :doc:`GDPR platform <gdpr-platform>` tool will reach end-of-life June 30th 2025.

Expand Down Expand Up @@ -1329,7 +1329,7 @@ Changes to the user experience:

2020-05-28
----------
* Added the :ref:`Restore completed <restore_completed_notification_rule>` and :ref:`Pump offset set <pump_offset_set_notification_rule>` notification rule types.
* Added the Restore completed and :ref:Pump offset set notification rule types.

2020-03-27
----------
Expand Down Expand Up @@ -1409,8 +1409,8 @@ Changes to the user experience:

2019-09-04
----------
* Added new :ref:`Pump finished overdue <pump_finished_overdue_notification_rule>` notification rule type.
* Added new :ref:`Pump failed <pump_failed_notification_rule>` notification rule type.
* Added new Pump finished overdue notification rule type.
* Added new Pump failed notification rule type.


2019-08-27
Expand Down Expand Up @@ -1667,7 +1667,7 @@ Changes to the user experience:

2017-11-22
----------
* Added the :ref:`Pattern match <pump_completed_pattern_match_notification_rule>` notification rule type.
* Added the Pattern match notification rule type.


2017-11-15
Expand Down
28 changes: 1 addition & 27 deletions hub/features/metrics-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:badge:`Free feature,badge-success badge-pill`

======================
Metrics and monitoring
Metrics
======================

By enabling metrics and monitoring feature you will have access to a set of features that help you monitor your subscription. This bundle include features like custom notifications, insights and the metrics API.
Expand Down Expand Up @@ -218,29 +218,3 @@ Note that metrics are not exposed for pipes that are disabled or have pump.mode=
- Gauge
- The time when the pump was previously scheduled to run. In practice this is the run before the one scheduled at ``sesam_pump_scheduled_time``. The unit is the number of seconds since epoch.


Monitoring
==========

Monitoring allows you to see pipe insights and set up custom pipe notifications.

Insights
--------

After enabling Metrics and monitoring, you can enable insights in the pipe you want to monitor. You will then have access to charts that show how many entities, errors and latencies there have been for the current pipe during the last 30 days.

To enable insights on a specific pipe:

- Navigate to the pipe you want to monitor
- Find the Insight tab
- Enable insights

.. important::
Monitoring data collection will start only after you enable insights in a specific pipe.

Notifications
-------------

Add notification rules to pipes and get alerts when those rules are triggered. You can get notification alerts either in the user-interface or by email.

To see how to use custom notifications, please visit the :doc:`notification documentation <notifications-feature>`.
Loading