We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb16ca9 commit 313db67Copy full SHA for 313db67
docker-compose.local.yaml
@@ -40,7 +40,7 @@ services:
40
context: ./samples/rideshare
41
dockerfile: Dockerfile.load-generator
42
environment:
43
- - HOST_PREFIX=pyroscope-app-plugin-rideshare
+ - HOST_PREFIX=profiles-drilldown-rideshare
44
# This should be the same as the rideshare replica count.
45
- REPLICAS=5
46
# Set this to 1 to turn on debug logging.
samples/provisioning-local/datasources/datasources.yaml
@@ -4,7 +4,7 @@ datasources:
4
- uid: grafanacloud-profiles-local
5
type: grafana-pyroscope-datasource
6
name: Local Pyroscope
7
- url: http://pyroscope:4100
+ url: http://host.docker.internal:4040
8
isDefault: true
9
jsonData:
10
keepCookies: [pyroscope_git_session]
0 commit comments