DROP METRICS INTEGRATION

Syntax

DROP METRICS INTEGRATION "my-integration";

Description

Drops a metrics integration from the organization.

Arguments

metrics_integration_name

Specifies the name of the new metrics integration. If the name is case sensitive you must wrap it in double quotes; otherwise the system uses the lower case name.

Examples

Drop a metrics integration

The following drops the metrics integration named my-integration:

<no-db>/<no-store># DROP METRICS INTEGRATION "my-integration";
+---------------------+----------------+------------+------------------------------------------+
|  Type               |  Name          |  Command   |  Summary                                 |
+=====================+================+============+==========================================+
| metrics integration | my-integration | DROP       | metrics integration my-integration was   |
|                     |                |            | successfully dropped                     |
+---------------------+----------------+------------+------------------------------------------+

Last updated