mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Help needed: vendor files for Prometheus support
These are the vendor files needed for Prometheus support. I have not been able to figure out how to do this properly with gopkg.
This commit is contained in:
committed by
Zlatko Čalušić
parent
ca0e09261f
commit
4cd82b6802
23
vendor/github.com/prometheus/client_model/setup.py
generated
vendored
Normal file
23
vendor/github.com/prometheus/client_model/setup.py
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name = 'prometheus_client_model',
|
||||
version = '0.0.1',
|
||||
author = 'Matt T. Proud',
|
||||
author_email = 'matt.proud@gmail.com',
|
||||
description = 'Data model artifacts for the Prometheus client.',
|
||||
license = 'Apache License 2.0',
|
||||
url = 'http://github.com/prometheus/client_model',
|
||||
packages = ['prometheus', 'prometheus/client', 'prometheus/client/model'],
|
||||
package_dir = {'': 'python'},
|
||||
requires = ['protobuf(==2.4.1)'],
|
||||
platforms = 'Platform Independent',
|
||||
classifiers = ['Development Status :: 3 - Alpha',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Operating System :: OS Independent',
|
||||
'Topic :: Software Development :: Testing',
|
||||
'Topic :: System :: Monitoring'])
|
||||
Reference in New Issue
Block a user