Dec 29, 2025 programming

Track Spotify Metrics: Use Docker with Prometheus and Grafana

After adding .Net Aspire Service Defaults and .Net Aspire AppHost to WinampToSpotify project I have added following code to run Prometheus and Grafana on local with Docker Desktop. Docker Desktop is required to run to start code below. // Prometheus…

Dec 29, 2025 programming

Integrating .NET Aspire with WinampToSpotify Project

First of all, I have a hobby project called WinampToSpotify which helps you transfer your local mp3 folder archieve to spotify as a playlist. I decided to add .Net Aspire to WinampToSpotifyWeb solution. First article will be about adding .Net…