eternal-flame-AD
935efb5bf2
Some checks failed
Lint / pnpm_install (push) Successful in 2m10s
Publish Docker image / Build (push) Successful in 5m15s
Test (production install and build) / production (22.11.0) (push) Successful in 1m3s
Lint / lint (backend) (push) Successful in 2m21s
Test (backend) / unit (22.11.0) (push) Successful in 8m52s
Lint / lint (frontend) (push) Successful in 2m30s
Lint / lint (frontend-embed) (push) Successful in 2m27s
Lint / lint (misskey-bubble-game) (push) Successful in 2m33s
Lint / lint (frontend-shared) (push) Successful in 2m46s
Test (backend) / e2e (22.11.0) (push) Successful in 11m57s
Lint / lint (misskey-js) (push) Successful in 2m38s
Lint / lint (sw) (push) Successful in 2m47s
Lint / lint (misskey-reversi) (push) Successful in 2m59s
Lint / typecheck (misskey-js) (push) Successful in 1m42s
Lint / typecheck (sw) (push) Successful in 1m54s
Lint / typecheck (backend) (push) Successful in 2m45s
Lint / pnpm_install (pull_request) Successful in 2m11s
Publish Docker image / Build (pull_request) Successful in 4m43s
Test (production install and build) / production (22.11.0) (pull_request) Successful in 1m2s
Test (backend) / unit (22.11.0) (pull_request) Successful in 8m45s
Test (backend) / e2e (22.11.0) (pull_request) Failing after 11m13s
Lint / lint (backend) (pull_request) Successful in 2m6s
Lint / lint (frontend) (pull_request) Successful in 2m19s
Lint / lint (frontend-embed) (pull_request) Successful in 2m14s
Lint / lint (frontend-shared) (pull_request) Successful in 2m27s
Lint / lint (misskey-bubble-game) (pull_request) Successful in 2m36s
Lint / lint (misskey-js) (pull_request) Successful in 2m31s
Lint / lint (misskey-reversi) (pull_request) Successful in 2m50s
Lint / lint (sw) (pull_request) Successful in 2m39s
Lint / typecheck (backend) (pull_request) Successful in 2m42s
Lint / typecheck (misskey-js) (pull_request) Successful in 1m41s
Lint / typecheck (sw) (pull_request) Successful in 1m52s
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
32 lines
950 B
Text
32 lines
950 B
Text
prometheus.scrape "yumechinokuni" {
|
|
targets = [
|
|
{
|
|
__address__ = "mi.yumechi.jp:443",
|
|
__scheme__ = "https",
|
|
environment = "prod",
|
|
hostname = "mi.yumechi.jp",
|
|
},
|
|
{
|
|
__address__ = "test0.mi.yumechi.jp:443",
|
|
__scheme__ = "https",
|
|
environment = "test",
|
|
hostname = "test0.mi.yumechi.jp",
|
|
},
|
|
{
|
|
__metrics_path__ = "/metrics/cluster",
|
|
__address__ = "mi.yumechi.jp:443",
|
|
__scheme__ = "https",
|
|
environment = "prod",
|
|
hostname = "mi.yumechi.jp",
|
|
},
|
|
{
|
|
__metrics_path__ = "/metrics/cluster",
|
|
__address__ = "test0.mi.yumechi.jp:443",
|
|
__scheme__ = "https",
|
|
environment = "test",
|
|
hostname = "test0.mi.yumechi.jp",
|
|
},
|
|
]
|
|
|
|
forward_to = [prometheus.remote_write.mihari.receiver]
|
|
}
|