flexmetric 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {flexmetric-0.1.0.dist-info → flexmetric-0.1.1.dist-info}/METADATA +3 -3
- {flexmetric-0.1.0.dist-info → flexmetric-0.1.1.dist-info}/RECORD +5 -5
- {flexmetric-0.1.0.dist-info → flexmetric-0.1.1.dist-info}/WHEEL +0 -0
- {flexmetric-0.1.0.dist-info → flexmetric-0.1.1.dist-info}/entry_points.txt +0 -0
- {flexmetric-0.1.0.dist-info → flexmetric-0.1.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: flexmetric
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A flexible Prometheus exporter for commands, databases, functions, and scripts.
|
5
5
|
Home-page: https://github.com/nikhillingadhal1999/custom_prometheus_agent
|
6
6
|
Author: Nikhil Lingadhal
|
@@ -49,7 +49,7 @@ Install from PyPI:
|
|
49
49
|
|
50
50
|
```bash
|
51
51
|
pip install flexmetric
|
52
|
-
|
52
|
+
```
|
53
53
|
## Usage
|
54
54
|
|
55
55
|
Run FlexMetric from the command line:
|
@@ -130,7 +130,7 @@ The following command-line options are available when running FlexMetric:
|
|
130
130
|
|
131
131
|
```bash
|
132
132
|
flexmetric --commands --commands-config commands.yaml --port 8000
|
133
|
-
|
133
|
+
```
|
134
134
|
## Example Prometheus Output
|
135
135
|
|
136
136
|
Once FlexMetric is running, the `/metrics` endpoint will expose metrics in the Prometheus format.
|
@@ -7,8 +7,8 @@ flexmetric/metric_process/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
7
7
|
flexmetric/metric_process/database_processing.py,sha256=OAJ0FbvjQLSqUh85KenuEQ5YG7ghWQYT-pzqogCOafk,2542
|
8
8
|
flexmetric/metric_process/process_commands.py,sha256=cHtoyzP0IgZOwoS_BgFZU0VHuOKQO0UVvGOCwWuByNM,2236
|
9
9
|
flexmetric/metric_process/prometheus_agent.py,sha256=kb_egYolKh7Q6BufbvswuhPanBGzAjKMkUHPRE7nP4Y,5374
|
10
|
-
flexmetric-0.1.
|
11
|
-
flexmetric-0.1.
|
12
|
-
flexmetric-0.1.
|
13
|
-
flexmetric-0.1.
|
14
|
-
flexmetric-0.1.
|
10
|
+
flexmetric-0.1.1.dist-info/METADATA,sha256=4r-UoLVDfLhfVVtfgOdJ5SWRUrjXZuTTcWc7px0r0Vc,5373
|
11
|
+
flexmetric-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
12
|
+
flexmetric-0.1.1.dist-info/entry_points.txt,sha256=urVePn5EWr3JqNvkYP7OsB_h2_Bqvv-Wq1MJRBexm8A,79
|
13
|
+
flexmetric-0.1.1.dist-info/top_level.txt,sha256=zBlrNwKhXUNhgu9RRZnXxYwYnmE-eocRe6wKSmQROA4,11
|
14
|
+
flexmetric-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|