Skip to content

Commit bcedc72

Browse files
committed
update readme doc
Signed-off-by: leiwingqueen <[email protected]>
1 parent 600eb1e commit bcedc72

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/tempo-distributed/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.46.0](https://img.shields.io/badge/Version-1.46.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
3+
![Version: 1.46.1](https://img.shields.io/badge/Version-1.46.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

@@ -372,6 +372,7 @@ The memcached default args are removed and should be provided manually. The sett
372372
| distributor.config.log_discarded_spans.include_all_attributes | bool | `false` | |
373373
| distributor.config.log_received_spans | object | `{"enabled":false,"filter_by_status_error":false,"include_all_attributes":false}` | Enable to log every received span to help debug ingestion or calculate span error distributions using the logs |
374374
| distributor.config.log_received_traces | string | `nil` | WARNING: Deprecated. Use log_received_spans instead. |
375+
| distributor.config.max_attribute_bytes | int | `0` | Trace Attribute bytes limit. This is the maximum number of bytes that can be used in a trace.0 for no limit. |
375376
| distributor.extraArgs | list | `[]` | Additional CLI args for the distributor |
376377
| distributor.extraContainers | list | `[]` | Containers to add to the distributor pod |
377378
| distributor.extraEnv | list | `[]` | Environment variables to add to the distributor pods |

charts/tempo-distributed/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ distributor:
604604
filter_by_status_error: false
605605
# -- Disables write extension with inactive ingesters
606606
extend_writes: null
607+
# -- Trace Attribute bytes limit. This is the maximum number of bytes that can be used in a trace.0 for no limit.
608+
max_attribute_bytes: 0
607609
# Configures usage trackers in the distributor which expose metrics of ingested traffic grouped by configurable
608610
# attributes exposed on /usage_metrics.
609611
cost_attribution:

0 commit comments

Comments
 (0)