Skip to content

Commit

Permalink
feat(service/connectioninfo): thanos support (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Apr 24, 2024
1 parent a66aaf4 commit d427c0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d427c0c

Please sign in to comment.