reporting.exporters.query¶
Sent on reporting.exporters changes.
ReportingExporterAddedEvent
Type: objectNo Additional Properties
Id
Type: integerReportingExporterEntry
Type: objectNo Additional Properties
Id
Type: integerUnique identifier for the reporting exporter.
Enabled
Type: booleanWhether this exporter is enabled and active.
Attributes
Type: objectSpecific attributes for the exporter.
No Additional PropertiesExporter Type
Type: constType of exporter - Graphite.
Must be one of:
- "GRAPHITE"
"GRAPHITE"
Destination Ip
Type: stringIP address of the Graphite server.
Must be at least 1
characters long
Destination Port
Type: integerPort number of the Graphite server.
Value must be greater or equal to 1
and lesser or equal to 65535
Prefix
Type: string Default: "scale"Prefix to prepend to all metric names.
Namespace
Type: stringNamespace to organize metrics under.
Must be at least 1
characters long
Update Every
Type: integer Default: 1Interval in seconds between metric updates.
Value must be greater or equal to 1
Buffer On Failures
Type: integer Default: 10Number of updates to buffer when Graphite server is unavailable.
Value must be greater or equal to 1
Send Names Instead Of Ids
Type: boolean Default: trueWhether to send human-readable names instead of internal IDs.
Matching Charts
Type: string Default: "*"Pattern to match charts for export (supports wildcards).
Must be at least 1
characters long
Name
Type: stringUser defined name of exporter configuration.
ReportingExporterChangedEvent
Type: objectNo Additional Properties
Id
Type: integerReportingExporterEntry
Type: objectNo Additional Properties
Id
Type: integerUnique identifier for the reporting exporter.
Enabled
Type: booleanWhether this exporter is enabled and active.
Attributes
Type: objectSpecific attributes for the exporter.
No Additional PropertiesExporter Type
Type: constType of exporter - Graphite.
Must be one of:
- "GRAPHITE"
"GRAPHITE"
Destination Ip
Type: stringIP address of the Graphite server.
Must be at least 1
characters long
Destination Port
Type: integerPort number of the Graphite server.
Value must be greater or equal to 1
and lesser or equal to 65535
Prefix
Type: string Default: "scale"Prefix to prepend to all metric names.
Namespace
Type: stringNamespace to organize metrics under.
Must be at least 1
characters long
Update Every
Type: integer Default: 1Interval in seconds between metric updates.
Value must be greater or equal to 1
Buffer On Failures
Type: integer Default: 10Number of updates to buffer when Graphite server is unavailable.
Value must be greater or equal to 1
Send Names Instead Of Ids
Type: boolean Default: trueWhether to send human-readable names instead of internal IDs.
Matching Charts
Type: string Default: "*"Pattern to match charts for export (supports wildcards).
Must be at least 1
characters long
Name
Type: stringUser defined name of exporter configuration.
ReportingExporterRemovedEvent
Type: objectNo Additional Properties
Id
Type: integerRequired roles: REPORTING_READ