Open tpaschalis opened 5 months ago
When I tried to address this I ran into another issue with grizzly :( https://github.com/grafana/grizzly/issues/456#issuecomment-2182784343 May be worth to wait until it is resolved if anyone wants to pick this up.
This issue has not had any activity in the past 30 days, so the needs-attention
label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention
label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!
There's a fix for this here: https://github.com/athrael-soju/grafana-alloy-example
What's wrong?
If you navigate to the examples folder and try to
docker compose up -d
you'll notice thealloy-example-provision-dashboards-1
container failing to start with a message about jsonnet function.The isEmpty function has been available in Jsonnet since version 0.20.0, so it may be one of the dependencies but the
grizzly
version we're pinned against uses an older versionhttps://github.com/grafana/alloy/blob/main/example/images/grizzly/Dockerfile#L6 https://github.com/grafana/grizzly/blob/v0.2.1/Dockerfile#L2
Steps to reproduce
Try to start up the docker-compose example
System information
Windows 11N
Software version
main (96aa51c)
Configuration
Logs