microsoft / microsoft/aspire

`aspire dashboard run` should have arguments for specify telemetry limits

Open
#17,359 1 comment 0 reactions 0 assignees View on GitHub
area-telemetry triage:bot-seen
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

### Is there an existing issue for this?

- [x] I have searched the existing issues

### Is your feature request related to a problem? Please describe the problem.

It would be helpful if `aspire dashboard run` has arguments to specify telemetry limits

```json
{
"Dashboard": {
"TelemetryLimits": {
"MaxLogCount": 50000,
"MaxTraceCount": 50000,
"MaxMetricsCount": 50000
}
}
}
```

### Describe the solution you'd like

Some kind of easy argument for telemetry limit

```
aspire dashboard run --logs-limit 50000
```

Maybe as this is intended for local dev, you could keep it simple and have a single `--telemetry limit` item rather than seperate options for each.

### Additional context

Related to microsoft/aspire.dev#1033

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.