mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-12-03 11:08:21 +00:00
add proto file
This commit is contained in:
@@ -5,6 +5,7 @@ data class RemoteWriteConfiguration(
|
||||
val remote_write_endpoint : String,
|
||||
)
|
||||
|
||||
class RemoteWrite {
|
||||
class RemoteWrite(config : RemoteWriteConfiguration) {
|
||||
|
||||
//TODO implement this thing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user