Chore: Fix dev profiling (#90866)

This commit is contained in:
Todd Treece
2024-07-24 06:12:45 -04:00
committed by GitHub
parent 5be7cfca69
commit d2467bb088
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ pyroscope.write "default" {
pyroscope.scrape "default" {
targets = [
{"__address__" = "host.docker.internal:6060", "service_name"="grafana"},
{"__address__" = "host.docker.internal:6000", "service_name"="grafana"},
]
forward_to = [pyroscope.write.default.receiver]