Loki: Push support for multi-tenancy mode (#60866)

* Loki: Add multitenancy support for the HTTP client

* Loki: Support to push with multitenancy mode

* Apply feedback suggestions
This commit is contained in:
Joan López de la Franca Beltran
2023-01-23 16:24:22 +01:00
committed by GitHub
parent 35c7bbef57
commit afef0c926c
5 changed files with 161 additions and 1 deletions
+2
View File
@@ -18,4 +18,6 @@ type Config struct {
BackoffConfig backoff.Config
Timeout time.Duration
TenantID string
}