Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

updated Prometheus endpoint #133

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion all-in-one/jaeger-all-in-one-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ items:
app.kubernetes.io/component: all-in-one
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "16686"
prometheus.io/port: "14269"
spec:
containers:
- env:
Expand All @@ -54,6 +54,8 @@ items:
protocol: TCP
- containerPort: 16686
protocol: TCP
- containerPort: 14269
Copy link
Contributor

Choose a reason for hiding this comment

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

You shouldn't replace the existing port here - instead add another entry for the admin port.

protocol: TCP
- containerPort: 9411
protocol: TCP
readinessProbe:
Expand Down