Skip to content

Commit

Permalink
Fix sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
josunect committed Oct 24, 2024
1 parent e0031b0 commit 184861d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ In `external_services.tracing`
| Jaeger | `.internal_url = 'http://jaeger_service_url:16686/jaeger'`<br/> `.use_grpc = false` <hr> | `.internal_url = 'http://jaeger_service_url:16685/jaeger'` <br>`.use_grpc = true (Not required: by default)`<br><hr> |
| Tempo | <br/>`internal_url = 'http://query_frontend_url:3200'`<br/> `.use_grpc = false`<br/> `.provider = 'tempo'`<br/><hr> | `.internal_url = 'http://query_frontend_url:3200'`<br/> `.grpc_port: 9095` <br/>`.provider: 'tempo'`<br/>`.use_grpc = true (Not required: by default)`<hr> |

### Tempo tunning
### Tempo tuning

Grafana Tempo is a powerful tool, but it can lead to performance issues when not configured correctly.
The following configuration can lead to OOM issues for simple queries in the frontend-querier component:
The following configuration can lead to OOM issues for simple queries in the query-frontend component:

```yaml
spec:
Expand Down

0 comments on commit 184861d

Please sign in to comment.