Admin Guide

Configuration

Permissions

Package (synapse-metrics) defines the following permissions:
power-ups.metrics.user           : Allows a user to issue queries to the Synapse Metrics service. ( default: false )
power-ups.metrics.stats.cortex   : Allows a user to view statistics aggregated for all layers in the Cortex. ( default: false )

You may add rules to users/roles directly from storm:

> auth.user.addrule visi power-ups.metrics.user
Added rule power-ups.metrics.user to user visi.

or:

> auth.role.addrule ninjas power-ups.metrics.user
Added rule power-ups.metrics.user to role ninjas.

To allow a non-admin user to view statistics aggregated across all layers in the Cortex the following rule can be added. Users can always view statistics for their current view and write layer.

> auth.role.addrule ninjas power-ups.metrics.stats.cortex
Added rule power-ups.metrics.stats.cortex to role ninjas.

Node Actions

Synapse Metrics does not currently provide an node actions in Optic.

Onload Events

Synapse Metrics does not use any onload events.