Use the Aspire Dashboard Standalone
The Aspire Dashboard can be used as a standalone tool for viewing logs, traces, and metrics in real time without requiring the full Aspire orchestration suite. It supports OTLP-compatible data from applications written in any language and can be quickly launched using Docker. The dashboard is secured by default, generating a unique browser token for access upon startup.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3783973) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Lukas Walter Posted on Apr 30 • Originally published at lukaswalter.dev Use the Aspire Dashboard Standalone #dotnet #docker #opentelemetry #todayilearned Quick Tip originally published on lukaswalter.dev. Use the Aspire Dashboard Standalone Many see Aspire as a full orchestration suite, but the Dashboard can run standalone.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).