loki named_stores_config

Configures additional object stores for a given storage provider. Supported stores: aws, azure, bos, filesystem, gcs, swift. Example: storage_config: named_stores: aws: store-1: endpoint: s3://foo-bucket region: us-west1 Named store from this example can be used by setting object_store to store-1 in period_config.

XML 复制代码
[aws: <map of string to aws_storage_config>]

[azure: <map of string to azure_storage_config>]

[bos: <map of string to bos_storage_config>]

[filesystem: <map of string to local_storage_config>]

[gcs: <map of string to gcs_storage_config>]

[alibabacloud: <map of string to alibabacloud_storage_config>]

[swift: <map of string to swift_storage_config>]

[cos: <map of string to cos_storage_config>]
相关推荐
易元2 小时前
模式组合应用-代理模式
后端
乐予吕2 小时前
用 HTTP OPTIONS 发现 API 的隐藏能力
后端·http·api
盛华科技2 小时前
QT实战课程_监控系统
后端
用户203735549812 小时前
黑马博学谷-Java并发编程原理精讲
后端
Java水解2 小时前
MySQL 表约束实战指南:从概念到落地,守护数据完整性
后端·mysql
盛华科技2 小时前
YOLOv5怎么做改进?大佬手把手带你在YOLOv5中添加4种注意力机制,训练自己的数据集!
后端
长安——归故李3 小时前
【PLC程序学习】
java·c语言·javascript·c++·python·学习·php
闲人编程3 小时前
会议安排问题之贪心算法
python·算法·ios·贪心算法·会议问题·算法改进·codecapsule
清静诗意3 小时前
Pandas 函数速查专业指南
python·数据分析·pandas
倔强青铜三3 小时前
苦练 Python 第 57 天:用 pathlib 模块告别繁琐的文件操作,开启优雅编程之旅!
人工智能·python·面试