lemur_atlas package

lemur_atlas Module

plugin Module

class lemur.plugins.lemur_atlas.plugin.AtlasMetricPlugin

Bases: MetricPlugin

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

current time since epoch in milliseconds