# README
Embeds
This package contains static information compiled into the binary at build time.
Grafonnet
The Grafonnet Jsonnet is used to allow users to define their dashboards using the jsonnet framework.
Version
The Version
variable is set during production builds by ko
. Configuration for this can be found in .ko.yaml
# Variables
go:embed grafonnet-lib.
go:embed testing/dashboard.jsonnet.
go:embed testing/dashboard.json.
go:embed testing/dashboard_with_envs.jsonnet.
go:embed testing/dashboard_with_provided_envs.json.
go:embed testing/jsonnetProjectWithRuntimeRaw.tar.gz.
this variable is replaced during production builds.