-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
Describe the bug
In the loki-mixin Operational dashboard, there's a section for Azure Blob (see screenshot below).
We configured storage with Azure, but the metric loki_azure_blob_request_duration_seconds_bucket does not appear to be exposed. Could you please clarify why this metric is missing even though storage is configured with Azure?
To Reproduce
Steps to reproduce the behavior:
- Started Loki (3.5.7) with Azure storage configured through helm values. Here are the values we configured:
loki:
storage:
use_thanos_objstore: true
object_store:
type: azure
azure:
account_key: ${AZURE_ACCOUNT_KEY}
account_name: ${AZURE_ACCOUNT_NAME}
container_name: lokicontainer
max_retries: 3
bucketNames:
chunks: chunks
ruler: ruler
admin: admin
type: azure
azure:
account_key: ${AZURE_ACCOUNT_KEY}
account_name: ${AZURE_ACCOUNT_NAME}
- Deploy loki-mixin dashboard
- Go to the Operational dashboard and look at the Azure Blob section
Expected behavior
Have metric working or dashboard updated with proper metric.
Environment:
- Infrastructure: Kubernetes
- Deployment tool: helm
Metadata
Metadata
Assignees
Labels
No labels
