-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Description:
The Nuxt.js application is configured with Pyroscope, but no profiling data is being sent to the Pyroscope server. The Pyroscope initialization logs appear successful (✅ Pyroscope started at http://pyroscope:4040), but no data is visible in the Pyroscope UI.
Steps to Reproduce:
0. Git clone https://github.com/patsevanton/pyroscope-nuxt-test
- Run the application using
docker-compose up. - Access the Nuxt.js app at
http://localhost:3000. - Check the Pyroscope UI at
http://localhost:4040— no data is displayed.
Expected Behavior:
Profiling data (CPU, heap) should be sent to Pyroscope at the specified intervals (10 seconds) and visible in the Pyroscope UI.
Actual Behavior:
No data is received by Pyroscope, despite successful initialization.
Environment:
- Nuxt.js 3.10.0
- @pyroscope/nodejs 0.4.5
- Pyroscope server (latest image)
- Docker Compose
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels