You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question regarding the configuration of s3/ MinIO storage:
In the docker-compose.yml I have done the following:
pyroscope:
image: grafana/pyroscope:latest
container_name: pyroscope
depends_on:
- minio
- createbucket
ports:
- "4040:4040"
command: >
server
-pyroscopedb.max-block-duration=60s
-storage.backend=s3
-storage.s3.endpoint=localhost:9000
-storage.s3.region=eu-west-2
-storage.s3.bucket-name=xxxx
-storage.s3.secret-access-key=xxxx
-storage.s3.access-key-id=xxxx
-storage.s3.insecure=true
but according to the logs of pyroscope I have this message: msg="no storage bucket configured, the admin component will not be loaded"
Can anyone help to fix this issue?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions