Skip to content

aspire dashboard run should have arguments for specify telemetry limits #17359

@afscrome

Description

@afscrome

Is there an existing issue for this?

  • 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

{
  "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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-telemetryTelemetry from the Aspire app to the dashboardtriage:bot-seenAspire triage bot has seen this issue
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions