1 Star 1 Fork 0

git_mirror/photoprism

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prometheus.yml 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
global:
scrape_interval: 60s
scrape_timeout: 10s
scrape_configs:
- job_name: "photoprism"
metrics_path: "/api/v1/metrics"
oauth2:
client_id: "cs5cpu17n6gj2qo5"
client_secret: "xcCbOrw6I0vcoXzhnOmXhjpVSyFq0l0e"
token_url: "http://photoprism:2342/api/v1/oauth/token"
scopes:
- 'metrics'
endpoint_params:
grant_type: "client_credentials"
static_configs:
- targets: ["photoprism:2342"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/git_mirror/photoprism.git
git@gitee.com:git_mirror/photoprism.git
git_mirror
photoprism
photoprism
develop

搜索帮助