Skip to content
New issue

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

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

Already on GitHub? # to your account

Enable libcnb trace feature #184

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Conversation

runesoerensen
Copy link
Contributor

@runesoerensen runesoerensen commented Jan 23, 2025

This enables libcnb's trace feature, which means traces, spans, and events are written to OpenTelemetry export files on disk in the ephemeral build container, which can then be read by the Heroku build system or when debugging locally with Pack (so long as a suitable --volume mount has been configured).

See:
heroku/libcnb.rs#723

Closes #182.

@runesoerensen runesoerensen marked this pull request as ready for review January 23, 2025 17:31
@runesoerensen runesoerensen enabled auto-merge (squash) January 23, 2025 17:35
@runesoerensen runesoerensen merged commit 27b5ac7 into main Jan 23, 2025
5 checks passed
@runesoerensen runesoerensen deleted the enable-libcnb-trace-feature branch January 23, 2025 17:35
@edmorley edmorley linked an issue Jan 23, 2025 that may be closed by this pull request
@edmorley edmorley mentioned this pull request Jan 23, 2025
heroku-linguist bot added a commit that referenced this pull request Feb 10, 2025
## heroku/dotnet

### Changed

- Detected process types are now only registered as launch processes when no Procfile is present. [#185](#185)

### Added

- Enabled `libcnb`'s `trace` feature. [#184](#184)

### Changed

- The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. [#193](#193)
@heroku-linguist heroku-linguist bot mentioned this pull request Feb 10, 2025
heroku-linguist bot added a commit that referenced this pull request Feb 10, 2025
## heroku/dotnet

### Changed

- Detected process types are now only registered as launch processes when no Procfile is present. [#185](#185)

### Added

- Enabled `libcnb`'s `trace` feature. [#184](#184)

### Changed

- The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. [#193](#193)

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
heroku-linguist bot added a commit to heroku/cnb-builder-images that referenced this pull request Feb 10, 2025
## heroku/dotnet

### Changed

- Detected process types are now only registered as launch processes when no Procfile is present. [#185](heroku/buildpacks-dotnet#185)

### Added

- Enabled `libcnb`'s `trace` feature. [#184](heroku/buildpacks-dotnet#184)

### Changed

- The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. [#193](heroku/buildpacks-dotnet#193)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable libcnb tracing
2 participants