We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
job
Describe the bug
The rendered "Bloom Build" and "Bloom Gateway" dashboards in loki-mixin-compiled-ssd have job label values like:
$namespace/bloom-planner
$namespace/bloom-builder
$namespace/bloom-gateway
$namespace/index-gateway
When they should be something like these to support the SSD deployment mode:
($namespace)/(loki.*|enterprise-logs)-backend
($namespace)/(loki.*|enterprise-logs)-read
This leads to "No data" in the dashboards when following the standard of namespace/loki-component.
namespace/loki-component
To Reproduce
Steps to reproduce the behavior:
$._config.ssd.enabled
Expected behavior
The dashboards show data.
Environment:
Screenshots, Promtail config, or terminal output
Other dashboards seem to override the values with logic like:
loki/production/loki-mixin/dashboards/loki-reads.libsonnet
Lines 88 to 90 in 23b5fc2
But this logic is missing in the mentioned dashboards:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The rendered "Bloom Build" and "Bloom Gateway" dashboards in loki-mixin-compiled-ssd have
job
label values like:$namespace/bloom-planner
$namespace/bloom-builder
$namespace/bloom-gateway
$namespace/index-gateway
When they should be something like these to support the SSD deployment mode:
($namespace)/(loki.*|enterprise-logs)-backend
($namespace)/(loki.*|enterprise-logs)-read
This leads to "No data" in the dashboards when following the standard of
namespace/loki-component
.To Reproduce
Steps to reproduce the behavior:
$._config.ssd.enabled
job
tonamespace/loki-component
Expected behavior
The dashboards show data.
Environment:
Screenshots, Promtail config, or terminal output
Other dashboards seem to override the values with logic like:
loki/production/loki-mixin/dashboards/loki-reads.libsonnet
Lines 88 to 90 in 23b5fc2
But this logic is missing in the mentioned dashboards:
The text was updated successfully, but these errors were encountered: