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

use async php runtime #823

Merged

Commits on Apr 4, 2023

  1. use async php runtime

    To better demonstrate PHP's capabilities, use an async runtime (react/http). This means that
    batch exporters (traces and metrics) are long-lived and more efficient, and they can now use
    export delays to only send batches after the configured time has elapsed.
    Update auto-instrumentation extension to install from PECL (the preferred mechanism, which we've
    just set up), and bump other dependencies to their latest beta versions.
    brettmc committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e02c36a View commit details
    Browse the repository at this point in the history
  2. update changelog

    brettmc committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9c774d0 View commit details
    Browse the repository at this point in the history