You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we see this command as an example.
docker run --rm -p 8080:8080 quay.io/observatorium/up --endpoint-write=https://example.com/api/v1/receive --period=10s --name foo --labels 'bar="baz"'
I see something for tenant IDS which I can use.
-tenant string
Tenant ID to used to determine tenant for write requests.
-tenant-header string
Name of HTTP header used to determine tenant for write requests. (default "tenant_id")
Question:
How to send user ID and password as part string for connecting Thanos.
under usage section, couldn't find the values for authentication.
Please help to find the same.
headers:
basic_auth:
username:
password:
The text was updated successfully, but these errors were encountered:
As we see this command as an example.
docker run --rm -p 8080:8080 quay.io/observatorium/up --endpoint-write=https://example.com/api/v1/receive --period=10s --name foo --labels 'bar="baz"'
I see something for tenant IDS which I can use.
-tenant string
Tenant ID to used to determine tenant for write requests.
-tenant-header string
Name of HTTP header used to determine tenant for write requests. (default "tenant_id")
Question:
How to send user ID and password as part string for connecting Thanos.
under usage section, couldn't find the values for authentication.
Please help to find the same.
headers:
basic_auth:
username:
password:
Any help appreciated as we are currently planning to use this tool
As we see this command as an example.
docker run --rm -p 8080:8080 quay.io/observatorium/up --endpoint-write=https://example.com/api/v1/receive --period=10s --name foo --labels 'bar="baz"'
I see something for tenant IDS which I can use.
-tenant string
Tenant ID to used to determine tenant for write requests.
-tenant-header string
Name of HTTP header used to determine tenant for write requests. (default "tenant_id")
Question:
How to send user ID and password as part string for connecting Thanos.
under usage section, couldn't find the values for authentication.
Please help to find the same.
headers:
basic_auth:
username:
password:
The text was updated successfully, but these errors were encountered: