Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bloom Filter Support Issue in Loki Distributed Helm Chart #3403

Open
leehosu opened this issue Nov 6, 2024 · 0 comments
Open

Bloom Filter Support Issue in Loki Distributed Helm Chart #3403

leehosu opened this issue Nov 6, 2024 · 0 comments

Comments

@leehosu
Copy link

leehosu commented Nov 6, 2024

I first upgraded the Loki image version to 3.2.1:

loki:
  image:
    tag: 3.2.1

Then, based on the official documentation, I added the following configuration:

limits_config:
  bloom_creation_enabled: true
  bloom_split_series_keyspace_by: 1024
  bloom_gateway_enable_filtering: true

..

structuredConfig:
  bloom_build:
    enabled: true
    planner:
      planning_interval: 10m
    builder:
      planner_address: bloom-planner.<namespace>.svc.cluster.local:9095

  bloom_gateway:
    enabled: true
    client:
      addresses: dnssrvnoa+_bloom-gateway-grpc._tcp.bloom-gateway-headless.<namespace>.svc.cluster.local

However, no resources related to Bloom were created.

It seems that the Helm chart in grafana/loki does support Bloom filters, but is this feature still unsupported in the grafana/helm-charts loki-distributed chart?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant