mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-08-22 15:15:35 +00:00
repo polishing
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
|
# author: Martin Ptacek
|
||||||
# CI/CD configuration file
|
# CI/CD configuration file
|
||||||
|
|
||||||
|
# Run linter ant the tests and build it
|
||||||
|
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
orbs:
|
orbs:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Contributing
|
# Contributing
|
||||||
- If you have an improvement or a trivial fix, please create a pull request with
|
- If you have an improvement or a trivial fix, please create a pull request with
|
||||||
a description of the improvement.
|
a description of the improvement.
|
||||||
- If you something is not working as expected, please go ahead and create a Github issue.
|
- If you encounter something is not working as expected, please go ahead and create a Github issue.
|
||||||
- If you would like to discuss an improvement, please create a Github issue and describe it.
|
- If you would like to discuss an bigger architectural improvement, please create a Github issue and describe it there.
|
||||||
- You can also hit me up at martin.ptacek@moraviandata.com
|
- You can also hit me up at martin.ptacek@moraviandata.com
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
# Author: Martin Ptacek
|
# Author: Martin Ptacek
|
||||||
|
|
||||||
# This is a configuration file example for Prometheu Android Exporter.
|
# This is a configuration file documentation for Prometheu Android Exporter.
|
||||||
|
# Place this file at /data/user/0/com.birdthedeveloper.prometheus.Android.exporter/files/config.yaml
|
||||||
|
# to the android device
|
||||||
|
|
||||||
# Settings specific to exporting metrics using a HTTP server (Prometheus exporter mode)
|
# Settings specific to exporting metrics using a HTTP server (Prometheus exporter mode)
|
||||||
prometheus_server:
|
prometheus_server:
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
Before Width: | Height: | Size: 49 KiB |
@ -1,6 +1,6 @@
|
|||||||
# Author: Martin Ptacek
|
# Author: Martin Ptacek
|
||||||
|
|
||||||
# nginx configuration for pushprox, grafana and prometheus
|
# nginx configuration for pushprox, grafana and prometheus UI
|
||||||
http{
|
http{
|
||||||
|
|
||||||
# Needed for grafana websockets
|
# Needed for grafana websockets
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 104 KiB |
Reference in New Issue
Block a user