-
Notifications
You must be signed in to change notification settings - Fork 838
Closed
Labels
stalestorage/chunksChunks storage engineChunks storage enginetype/observabilityTo help know what is going on inside CortexTo help know what is going on inside Cortex
Description
We're missing any metrics for the azure client[1], and we have different metrics for S3[2] and GCS[3]. We should rationalise this into some sort of middleware for the object store interface that makes this more consistent.
[1] https://github.com/cortexproject/cortex/blob/master/pkg/chunk/azure/blob_storage_client.go
[2] https://github.com/cortexproject/cortex/blob/master/pkg/chunk/aws/s3_storage_client.go#L26
[3]
cortex/pkg/chunk/gcp/instrumentation.go
Line 53 in 996cb83
| func gcsInstrumentation(ctx context.Context, scope string) (option.ClientOption, error) { |
Metadata
Metadata
Assignees
Labels
stalestorage/chunksChunks storage engineChunks storage enginetype/observabilityTo help know what is going on inside CortexTo help know what is going on inside Cortex