Skip to main content

Vedro plugin for self-hosted telemetry

Project description

Vedro Telemetry

Codecov PyPI PyPI - Downloads Python Version

Vedro plugin for self-hosted telemetry

Installation

1. Install package

$ pip3 install vedro-telemetry

2. Enable plugin

# ./vedro.cfg.py
import vedro
import vedro_telemetry as t

class Config(vedro.Config):

    class Plugins(vedro.Config.Plugins):

        class VedroTelemetry(t.VedroTelemetry):
            enabled = True

            # Vedro Telemetry API URL
            api_url: str = "http://localhost:8080"

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

vedro-telemetry-0.2.3.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

vedro_telemetry-0.2.3-py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 3

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