grafana / grafana/pyroscope-nodejs
Nuxt.js application not sending profiling data to Pyroscope
- Dominant language
- TypeScript
- Stars
- 51
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
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
1. Run the application using `docker-compose up`.
2. Access the Nuxt.js app at `http://localhost:3000`.
3. 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.