Skip to content
Merged
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
align ports; add namespaceselector match
  • Loading branch information
EdwardAngert committed Mar 13, 2025
commit faafcabe853d7a5b8e86bbef47058883d7a82497
5 changes: 4 additions & 1 deletion docs/admin/integrations/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,12 @@ metadata:
namespace: coder
spec:
endpoints:
- port: prometheus-http
- port: prom-http
interval: 10s
scrapeTimeout: 10s
namespaceSelector:
matchNames:
- coder
selector:
matchLabels:
app.kubernetes.io/name: coder
Expand Down
Loading