Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Enable libcnb tracing #779

Merged
merged 1 commit into from
Feb 28, 2025
Merged

Enable libcnb tracing #779

merged 1 commit into from
Feb 28, 2025

Conversation

edmorley
Copy link
Member

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 #768.
GUS-W-15148616.

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 #768.
GUS-W-15148616.
@edmorley edmorley merged commit 77b8f0d into main Feb 28, 2025
29 checks passed
@edmorley edmorley deleted the edmorley/libcnb-trace branch February 28, 2025 11:01
heroku-linguist bot added a commit that referenced this pull request Feb 28, 2025
## heroku/gradle

### Changed

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

## heroku/java

### Changed

- Updated `heroku/gradle` to `6.1.0`.
- Updated `heroku/jvm` to `6.1.0`.
- Updated `heroku/maven` to `6.1.0`.

## heroku/java-function

### Changed

- Updated `heroku/jvm-function-invoker` to `6.1.0`.
- Updated `heroku/jvm` to `6.1.0`.
- Updated `heroku/maven` to `6.1.0`.

## heroku/jvm

### Changed

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

### Fixed

- JDK overlays are now properly sourced from the `.jdk-overlay` directory instead of `.jdk_overlay`. ([#763](#763))

## heroku/jvm-function-invoker

### Changed

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

## heroku/maven

### Changed

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

## heroku/sbt

### Changed

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

## heroku/scala

### Changed

- Updated `heroku/jvm` to `6.1.0`.
- Updated `heroku/sbt` to `6.1.0`.
@heroku-linguist heroku-linguist bot mentioned this pull request Feb 28, 2025
heroku-linguist bot added a commit to heroku/cnb-builder-images that referenced this pull request Feb 28, 2025
## heroku/gradle

### Changed

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

## heroku/java

### Changed

- Updated `heroku/gradle` to `6.1.0`.
- Updated `heroku/jvm` to `6.1.0`.
- Updated `heroku/maven` to `6.1.0`.

## heroku/java-function

### Changed

- Updated `heroku/jvm-function-invoker` to `6.1.0`.
- Updated `heroku/jvm` to `6.1.0`.
- Updated `heroku/maven` to `6.1.0`.

## heroku/jvm

### Changed

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

### Fixed

- JDK overlays are now properly sourced from the `.jdk-overlay` directory instead of `.jdk_overlay`. ([#763](heroku/buildpacks-jvm#763))

## heroku/jvm-function-invoker

### Changed

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

## heroku/maven

### Changed

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

## heroku/sbt

### Changed

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

## heroku/scala

### Changed

- Updated `heroku/jvm` to `6.1.0`.
- Updated `heroku/sbt` to `6.1.0`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment