Skip to content

Conversation

@edmorley
Copy link
Member

@edmorley edmorley commented Feb 28, 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 #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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable libcnb tracing

2 participants