You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the discussion referenced above, and have already done this for Odigos auto-instrumentation. So I thought I could start this issue to discuss on implementing this for OpenTelemetry.
The Makefile can be made easier by using docker bake for matrix-like execution, the Dockerfile does not need any changes, just a relevant docker-bake.hcl or docker-bake.json.
Originally posted by @iblancasa in #3409 (comment)
I noticed the discussion referenced above, and have already done this for Odigos auto-instrumentation. So I thought I could start this issue to discuss on implementing this for OpenTelemetry.
Here's the repo for full inspection (some of it is still a work in progress, focus on v8.1): https://github.com/odigos-io/opentelemetry-php
Dockerfile for building the binaries (per PHP version):
Makefile for building the images, mounting the containers, extracting the binaries, and then unmounting the containers:
The text was updated successfully, but these errors were encountered: