Skip to content

Commit 313db67

Browse files
authored
fix: use local pyroscope at port 4040 when server:local (#744)
1 parent fb16ca9 commit 313db67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
context: ./samples/rideshare
4141
dockerfile: Dockerfile.load-generator
4242
environment:
43-
- HOST_PREFIX=pyroscope-app-plugin-rideshare
43+
- HOST_PREFIX=profiles-drilldown-rideshare
4444
# This should be the same as the rideshare replica count.
4545
- REPLICAS=5
4646
# Set this to 1 to turn on debug logging.

samples/provisioning-local/datasources/datasources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ datasources:
44
- uid: grafanacloud-profiles-local
55
type: grafana-pyroscope-datasource
66
name: Local Pyroscope
7-
url: http://pyroscope:4100
7+
url: http://host.docker.internal:4040
88
isDefault: true
99
jsonData:
1010
keepCookies: [pyroscope_git_session]

0 commit comments

Comments
 (0)