Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add k8s-infra-prow-build's boskos to monitoring #17523

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ stringData:
static_configs:
- targets:
- "104.197.27.114:9090" # external ip boskos-metrics in k8s-prow-builds cluster
- "35.225.208.117:9090" # external ip boskos-metrics in k8s-infra-prow-build cluster
- job_name: blackbox
metrics_path: /probe
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dashboard.new(
{type: "gke-project", friendly: "GKE project"},
{type: "gpu-project", friendly: "GPU project"},
{type: "ingress-project", friendly: "Ingress project"},
{type: "istio-project", friendly: "Istio project"},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

istio-project pool is unused at this point thanks to #17213

{type: "k8s-infra-gce-project", friendly: "K8s Infra GCE project"},
{type: "node-e2e-project", friendly: "Node e2e project"},
{type: "scalability-project", friendly: "Scalability project"},
{type: "scalability-presubmit-project", friendly: "Scalability presubmit project"}
Expand Down