Skip to content

"linkerd viz edges po -A" returns "No edges found." #8192

Answered by olix0r
stevehuangc7s asked this question in Q&A
Discussion options

You must be logged in to vote

Could you please suggest what I can do to fix the problem

Have you configured your prometheus instance with an appropriate scrape config? For example:

prometheus.yml: |-
global:
{{- if .Values.prometheus.globalConfig -}}
{{- toYaml .Values.prometheus.globalConfig | trim | nindent 6 }}
{{- end}}
rule_files:
- /etc/prometheus/*_rules.yml
- /etc/prometheus/*_rules.yaml
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
# Required for: https://grafana.com/grafana/dashboar…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@stevehuangc7s
Comment options

Answer selected by stevehuangc7s
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants