grafana / tempo

Grafana Tempo is a high volume, minimal dependency distributed tracing backend.
https://grafana.com/oss/tempo/
GNU Affero General Public License v3.0
3.92k stars 510 forks source link

[docs] use proper default value for grpc server message size #4133

Open javiermolinar opened 1 day ago

javiermolinar commented 1 day ago

What this PR does:

It updates the documentation to reflect the real default value for the grpc server message size, which is forced to 16MB here: https://github.com/grafana/tempo/blob/109f8d0b2bf64d83b97242af9d793425652eaa2a/cmd/tempo/app/config.go#L90

Checklist