-
Hello, # Maximum number of active traces per user, per ingester. A value of 0
# disables the check.
# Results in errors like
# LIVE_TRACES_EXCEEDED: max live traces per tenant exceeded:
# per-user traces limit (local: 10000 global: 0 actual local: 1) exceeded
# This override limit is used by the ingester.
[max_traces_per_user: <int> | default = 10000] does |
Beta Was this translation helpful? Give feedback.
Answered by
mapno
Sep 1, 2023
Replies: 1 comment 2 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
manojm321
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
user
andtenant
are used interchangeably in Tempo. A tenant is defined by a header during ingestion, refer to the docs to enable multi-tenancy.