Skip to content

[GH#10755]: Stop telling operator users to create a Typha metrics service - #2899

Open
caseydavenport wants to merge 1 commit into
tigera:mainfrom
caseydavenport:casey-typha-metrics-svc
Open

[GH#10755]: Stop telling operator users to create a Typha metrics service#2899
caseydavenport wants to merge 1 commit into
tigera:mainfrom
caseydavenport:casey-typha-metrics-svc

Conversation

@caseydavenport

Copy link
Copy Markdown
Member

Product Version(s):
Calico next, 3.32, 3.31, 3.30, 3.29

Issue:
projectcalico/calico#10755

Link to docs preview:

SME review:

  • An SME has approved this change.

DOCS review:

  • A member of the docs team has approved this change.

Additional information:
Setting typhaMetricsPort already gets you a calico-typha-metrics service in calico-system, so the tutorial was walking operator users into creating a second, redundant one. The Operator tab now points at the operator's service instead, matching what the kube-controllers section already does.

Merge checklist:

  • Deploy preview inspected wherever changes were made
  • Build completed successfully
  • Test have passed

The operator creates one in calico-system when typhaMetricsPort is set.
@caseydavenport
caseydavenport requested a review from a team as a code owner August 3, 2026 00:21
Copilot AI review requested due to automatic review settings August 3, 2026 00:21
@netlify

netlify Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit 0500cc8
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a6fdf24cf211c0009f14963
😎 Deploy Preview https://deploy-preview-2899--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 69 (🔴 down 1 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit 0500cc8
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6a6fdf249a713e00083e7e4d
😎 Deploy Preview https://deploy-preview-2899--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates Calico component-metrics monitoring docs to avoid instructing operator users to create a redundant Typha metrics Service, aligning the Operator instructions with the operator-managed calico-typha-metrics Service.

Changes:

  • Replaced the Operator-tab Typha step that created typha-metrics-svc with guidance to use the operator-created calico-typha-metrics Service.
  • Updated the Prometheus scrape config example to match the operator-created Service name.
  • Removed the Operator-tab cleanup step that deleted typha-metrics-svc (since users no longer create it there), across “next” and versions 3.29–3.32.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
calico/operations/monitor/monitor-component-metrics.mdx Stops Operator users from creating a redundant Typha metrics Service; points Prometheus config at calico-typha-metrics.
calico_versioned_docs/version-3.32/operations/monitor/monitor-component-metrics.mdx Backports the same Operator Typha metrics Service guidance and Prometheus config update to v3.32 docs.
calico_versioned_docs/version-3.31/operations/monitor/monitor-component-metrics.mdx Backports the same Operator Typha metrics Service guidance and Prometheus config update to v3.31 docs.
calico_versioned_docs/version-3.30/operations/monitor/monitor-component-metrics.mdx Backports the same Operator Typha metrics Service guidance and Prometheus config update to v3.30 docs.
calico_versioned_docs/version-3.29/operations/monitor/monitor-component-metrics.mdx Backports the same Operator Typha metrics Service guidance and Prometheus config update to v3.29 docs.

- port: 9093
targetPort: 9093
EOF
kubectl get svc -n calico-system
- port: 9093
targetPort: 9093
EOF
kubectl get svc -n calico-system
- port: 9093
targetPort: 9093
EOF
kubectl get svc -n calico-system
- port: 9093
targetPort: 9093
EOF
kubectl get svc -n calico-system
- port: 9093
targetPort: 9093
EOF
kubectl get svc -n calico-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants