Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Loki Canary hit max concurrent tail request limit #2894 #33

@AClarkie

Description

@AClarkie

Hello,

I've raised the following bug in the main loki github:
grafana/loki#2894

I'm just wondering if you've hit this issue at all in your testing, my config is below:

# nameOverride -- Overrides the chart's name
nameOverride: ""

serviceAccount:
  # serviceAccount.create -- Specifies whether a ServiceAccount should be created
  create: true

# ServiceMonitor configuration
serviceMonitor:
  # serviceMonitor.enabled -- If enabled, ServiceMonitor resources for Prometheus Operator are created
  enabled: true

tolerations:
  - effect: NoSchedule
    operator: Exists

# extraArgs -- Additional CLI args for the canary
extraArgs:
  - -labelname=pod
  - -labelvalue=$(POD_NAME)

# lokiAddress -- The Loki server URL:Port, e.g. loki:3100
lokiAddress: loki-gateway:80

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions