Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Dashboard to be used standalone #847

Closed
martinjt opened this issue Nov 15, 2023 · 5 comments
Closed

Allow Dashboard to be used standalone #847

martinjt opened this issue Nov 15, 2023 · 5 comments

Comments

@martinjt
Copy link

The Dashboard is great, and something that is much needed for local development, that's beyond the Cloud Native part.

I think it would be great if the Dashboard were to be available as a docker image that people could spin up and use. A few things that would make that more useful.

  • Make TelemetryRepository an interface
  • Add Http Ingest
  • Allow removing of dashboard items that aren't configured (like tailed logs etc.)

Making the TelemetryRepository an interface would allow for the container to have something like a sqlite db under the hood so it can live beyond restarts, but obviously wouldn't be great performance wise, so it could be used in production.

If it's something that's of interest, I could definitely PR some of it in.

@leslierichardson95
Copy link

Duplicate of #846

@leslierichardson95 leslierichardson95 marked this as a duplicate of #846 Dec 13, 2023
@martinjt
Copy link
Author

I don't think this is duplicate of that one.

Adding Aspire to an existing project (as in no extra workload process) is different that running Aspire as a standalone project.

From what I can gather, there is more appetite inside Microsoft to do a standalone instance than make it work as an add on to an existing app.

@DamianEdwards
Copy link
Member

DamianEdwards commented Dec 14, 2023

Agreed @martinjt, re-opening this to track the standalone scenario, e.g. as a dotnet tool and/or container image.

@DamianEdwards DamianEdwards reopened this Dec 14, 2023
@davidfowl
Copy link
Member

davidfowl commented Dec 14, 2023

We have no plans to do this to the existing dashboard. I think if someone is interested, they can come up with a proposal based on the existing work we're doing.

Confused this and #846

@davidfowl
Copy link
Member

I'm closing this in favor of #1003

@github-actions github-actions bot locked and limited conversation to collaborators Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants