Open
Description
The ruler generates the GeneratorURL
from some static strings, which do not include the (internal) instance ID, and do not have a means of including the the user-facing instance ID.
The base URL defaults to ""
, which gives us values like "generatorURL": "/graph?..."
.
It is plumbed through here:
- https://github.com/weaveworks/cortex/blob/773fcf1aeff0f99a5b51cf3148034b9e227435c2/pkg/ruler/ruler.go#L202
- https://github.com/weaveworks/cortex/blob/773fcf1aeff0f99a5b51cf3148034b9e227435c2/pkg/ruler/ruler.go#L283
- https://github.com/weaveworks/cortex/blob/773fcf1aeff0f99a5b51cf3148034b9e227435c2/pkg/ruler/ruler.go#L309