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

Added an otel module image variant. #871

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Commits on Mar 9, 2024

  1. Added an otel module image variant.

    The variant provides an image built with a recently opensourced
    opentelemetry module developed by F5/NGINX [1].
    
    I've decided to make a separate variant based on the main image instead
    of extending it because the module build-depends on a fairly large chunk
    of C++ code from multiple projects, which takes around 10 minutes to
    compile and link on an 8-core amd64 machine.  This is why it's currently
    limited to amd64 and arm64v8, which nginx.org provides builds for.
    Users can build them on less popular architectures as the instructions
    are still provided in the dockerfiles.
    
    Also, it's currently only available for the "mainline" branch, with
    "stable" to follow in the future.
    
    [1] https://nginx.org/en/docs/ngx_otel_module.html
    [2] https://nginx.org/en/linux_packages.html#dynmodules
    thresheek committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    a69baa6 View commit details
    Browse the repository at this point in the history