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
Describe the bug
Incorrect compactor address in configuration when using deploymentMode: Distributed
The service is called loki-compactor, and in the configuration it is assigned http://loki:3100
In the code when generating loki.compactorAdress there is no condition for deploymentMode: Distributed.
Describe the bug
Incorrect compactor address in configuration when using
deploymentMode: Distributed
The service is called loki-compactor, and in the configuration it is assigned
http://loki:3100
In the code when generating loki.compactorAdress there is no condition for
deploymentMode: Distributed
.To Reproduce
Steps to reproduce the behavior:
values.yaml
config.yaml
there is the value of the keycommon.compactor_address
Expected behavior
The
loki.compactorAddress
value should have been generated correctly. How this happens in the compactor templateEnvironment:
Screenshots, Promtail config, or terminal output
Current configuration when rendering helm
Configmap-loki.yaml
The text was updated successfully, but these errors were encountered: