repo polishing

This commit is contained in:
Martin Ptáček
2023-07-30 14:12:35 +02:00
parent 2a533fe880
commit 0ef86ed2d9
8 changed files with 10 additions and 1929 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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