معرفی شرکت ها


bugsnag-exporter-1.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل bugsnag-exporter-1.2.0
نام bugsnag-exporter
نسخه کتابخانه 1.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Wolfgang Schnerring
ایمیل نویسنده wolfgang.schnerring@zeit.de
آدرس صفحه اصلی https://github.com/ZeitOnline/bugsnag_exporter
آدرس اینترنتی https://pypi.org/project/bugsnag-exporter/
مجوز BSD
======================================== Prometheus Bugsnag error events exporter ======================================== This package exports metrics about `Bugsnag`_ error events as `Prometheus`_ metrics. .. _`Bugsnag`: https://bugsnag.com .. _`Prometheus`: https://prometheus.io Usage ===== Configure API token ------------------- You'll need to provide an API token to access the Bugsnag Data Access API. See the `Bugsnag documentation`_ for details. .. _`Bugsnag documentation`: https://bugsnagapiv2.docs.apiary.io/#introduction/authentication Start HTTP service ------------------ Start the HTTP server like this:: $ BUGSNAG_APITOKEN=MYTOKEN bugsnag_exporter --host=127.0.0.1 --port=9642 Pass ``--ttl=SECONDS`` to cache Bugsnag API results for the given time or -1 to disable (default is 600). Prometheus considers metrics stale after 300s, so that's the highest scrape_interval one should use. However it's usually unnecessary to hit the API that often, since the vulnerability alert information does not change that rapidly. You can pass `--buckets` with a comma-separated list to define the upper bucket bounds that are used to generate the histogram metric. Configure Prometheus -------------------- :: scrape_configs: - job_name: 'bugsnag' scrape_interval: 300s static_configs: - targets: ['localhost:9642'] We export one metric, a histogram called ``bugsnag_events``, with labels ``{project="MyProject", release_stage="production"}``. A typical alerting PromQL query might be ``bugsnag_events_bucket{le="+Inf",release_stage="production"} - ignoring (le) bugsnag_events_bucket{le="1000.0",release_stage="production"} > 0`` Additionally, a ``bugsnag_scrape_duration_seconds`` gauge is exported. CHANGES ======= 1.2.0 (2021-10-15) ------------------ - Add `sort=unsorted` parameter to handle potentially large result sets 1.1.1 (2021-05-07) ------------------ - Throttle paginated requests to avoid hitting the rate limit. 1.1.0 (2019-10-02) ------------------ - Use default prometheus histograms with "le" buckets 1.0.0 (2019-09-09) ------------------ - First release.


نحوه نصب


نصب پکیج whl bugsnag-exporter-1.2.0:

    pip install bugsnag-exporter-1.2.0.whl


نصب پکیج tar.gz bugsnag-exporter-1.2.0:

    pip install bugsnag-exporter-1.2.0.tar.gz