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

Support Fetch Cilium Observe data to monitoring Cilium Service network traffic #12393

Merged
merged 11 commits into from
Jul 2, 2024
Prev Previous commit
Update docs/en/setup/backend/backend-k8s-monitoring-cilium.md
  • Loading branch information
wu-sheng authored Jul 2, 2024
commit f6606dcf6981f0387bab18295edef6bf1074dffd
1 change: 1 addition & 0 deletions docs/en/setup/backend/backend-k8s-monitoring-cilium.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ SkyWalking fetches Cilium Node and Observability Data from gRPC API, analysis to
cilium-fetcher:
selector: ${SW_CILIUM_FETCHER:default}
default:
# Host name and port of Hubble peer component
peerHost: ${SW_CILIUM_FETCHER_PEER_HOST:hubble-peer.kube-system.svc.cluster.local}
peerPort: ${SW_CILIUM_FETCHER_PEER_PORT:80}
fetchFailureRetrySecond: ${SW_CILIUM_FETCHER_FETCH_FAILURE_RETRY_SECOND:10}
Expand Down
Loading