File: control

package info (click to toggle)
prometheus-fastapi-instrumentator 7.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 492 kB
  • sloc: python: 2,586; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: prometheus-fastapi-instrumentator
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Kohei Sendai <kouhei.sendai@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-starlette,
 python3-prometheus-client,
 python3-poetry-core,
 pybuild-plugin-pyproject
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/trallnag/prometheus-fastapi-instrumentator
Vcs-Browser: https://salsa.debian.org/python-team/packages/prometheus-fastapi-instrumentator
Vcs-Git: https://salsa.debian.org/python-team/packages/prometheus-fastapi-instrumentator.git

Package: python3-prometheus-fastapi-instrumentator
Section: python
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Configurable and modular Prometheus Instrumentator for your FastAPI
 Not made for generic Prometheus instrumentation in Python.
 Use the Prometheus client library for that. This packages uses it as well.
 Beyond the fast track, this instrumentator is highly configurable and
 it is very easy to customize and adapt to your specific use case.