Skip to main content

Core Monitoring Service

Project description

Core Monitoring Plugin

This plugin monitors messagebus traffic to log events and metrics. This data may optionally be uploaded to a remote endpoint and/or saved locally for evaluation.

Configuration

Metrics may be uploaded to an MQ endpoint for aggregation/data sharing. They may also be saved locally for local monitoring/evaluation.

PHAL:
  neon-phal-plugin-core-monitor:
    upload_enabled: False
    save_locally: True

Messagebus API

Messagebus events are handled to collect various metrics. There is no defined set of supported metrics; any module may choose to report a metric to this plugin.

Report Metric

Record an arbitrary metric by emitting:

msg_type: neon.metric
data: 
  name: Metric name/type
  timestamp: Optional timestamp metric was collected (float epoch time)
  # Add any data that will be collected as part of this metric

Get Metric

Get processed data for a collected metric.

msg_type: neon.get_metric
data:
  name: Metric name/type (required)

Get Raw Metric

Get raw data for collected metrics. This will return a list of dict data for the requested metric (dict of metric name to list dict data if no metric requested).

msg_type: neon.get_raw_metric
data:
  name: Metric name/type (or None to get all metrics)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neon-phal-plugin-monitoring-0.0.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page