mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-08-22 15:15:35 +00:00
add author martin ptacek
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.compose
|
||||
|
||||
import android.content.Context
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.compose
|
||||
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.compose
|
||||
|
||||
import android.os.Bundle
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.compose
|
||||
|
||||
import android.content.Context
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.compose
|
||||
|
||||
import androidx.compose.foundation.layout.Column
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.util.Log
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.util.Log
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.content.Context
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.app.NotificationManager
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.util.Log
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.content.Context
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.content.Context
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
//import android.content.Context
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.util.Log
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.util.Log
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
private const val TAG = "SCRAPE_RECORDER"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
package com.birdthedeveloper.prometheus.android.prometheus.android.exporter.worker
|
||||
|
||||
import android.content.Context
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Author: Martin Ptacek
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# This is a configuration file example for prometheus android exporter.
|
||||
|
||||
#TODO format this thing
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# run this playbook against new linux server
|
||||
|
||||
- name: Install example server stack for prometheus-exporter-android
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
access: proxy
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# nginx configuration for pushprox, grafana and prometheus
|
||||
http{
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# Prometheus global configuration file
|
||||
global:
|
||||
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# This docker compose file spins up the following containers:
|
||||
# - nginx reverse proxy
|
||||
# - prometheus time-series database
|
||||
|
Reference in New Issue
Block a user