From d427c0c005bf37a95b17de5f745b677e27346220 Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Wed, 24 Apr 2024 18:10:25 +0300 Subject: [PATCH] feat(service/connectioninfo): thanos support (#343) --- service.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/service.go b/service.go index 9d2d5d9..4b6ad85 100644 --- a/service.go +++ b/service.go @@ -148,6 +148,13 @@ type ( MySQLParams []MySQLParams `json:"mysql_params"` MySQLReplicaURI string `json:"mysql_replica_uri"` MySQLStandbyURIs []string `json:"mysql_standby"` + + // Thanos + QueryFrontendURI string `json:"query_frontend_uri"` + QueryURI string `json:"query_uri"` + ReceiverIngestingRemoteWriteURI string `json:"receiver_ingesting_remote_write_uri"` + ReceiverRemoteWriteURI string `json:"receiver_remote_write_uri"` + StoreURI string `json:"store_uri"` } // PostgresParams represents individual parameters for a PostgreSQL ConnectionInfo