lemur_atlas package

lemur_atlas Module

plugin Module

class lemur.plugins.lemur_atlas.plugin.AtlasMetricPlugin

Bases: lemur.plugins.bases.metric.MetricPlugin

author = 'Kevin Glisson'
author_url = 'https://github.com/netflix/lemur'
description = 'Adds support for sending key metrics to Atlas'
metric_data = {}
options = [{'name': 'sidecar_host', 'type': 'str', 'required': False, 'help_message': 'If no host is provided localhost is assumed', 'default': 'localhost'}, {'name': 'sidecar_port', 'type': 'int', 'required': False, 'default': 8078}]
sidecar_host = None
sidecar_port = None
slug = 'atlas-metric'
submit(metric_name, metric_type, metric_value, metric_tags=None, options=None)
title = 'Atlas'
version = 'unknown'
lemur.plugins.lemur_atlas.plugin.millis_since_epoch()

current time since epoch in milliseconds