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
Within the Loki-Mixin and 'Promtail-Mixin` dashboards I think I found some typos. I'm fine to create the PR, but just wanted to double check if they are indeed typos.
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
A stale issue or PR that will automatically be closed.
label
Oct 24, 2020
…assandra. (grafana#2666)
* Allow users to configure the number of TCP connections per host for Cassandra.
Signed-off-by: Tom Wilkie <[email protected]>
* Update docs.
Signed-off-by: Tom Wilkie <[email protected]>
* Use flagext.DefaultValues in Cassandra fixtures.
Signed-off-by: Tom Wilkie <[email protected]>
* Use separate sessions for reads and write in Cassandra.
Signed-off-by: Tom Wilkie <[email protected]>
* Add changelog entries.
Signed-off-by: Tom Wilkie <[email protected]>
Describe the bug
Within the
Loki-Mixin
and 'Promtail-Mixin` dashboards I think I found some typos. I'm fine to create the PR, but just wanted to double check if they are indeed typos.loki/production/loki-mixin/dashboards/loki-reads.libsonnet
Line 126 in 89b8ae4
I guess
.matchers.querier
should be.matchers.ingester
?loki/production/promtail-mixin/dashboards.libsonnet
Line 79 in 89b8ae4
Is missing the
% dashboards['promtail.json'].selector
.To Reproduce
Steps to reproduce the behavior:
Parse error: unexpected character inside braces: %
Ingester Latency
will show the same data as theQuerier Latency
, but the Ingester has it's own metrics for this panel.Expected behavior
The Promtail dashboard will show the data instead of the error and the Loki Read dashboard will show the correct data.
Environment:
The text was updated successfully, but these errors were encountered: