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 images from AWES ECR repo #1350

Closed

Commits on Jan 29, 2024

  1. [featureflag] expose feature flag API via frontend

    Also:
    * propagate the change from bool to float introduced in
      open-telemetry#1237
      more consistently via proto definitions by differentiating between
      the GetFlag operation (which evaluates the probabilty and therefore
      returns a bool) and all other operations, which need to operate with
      a float value/probability directly. To that end, the Flag grpc
      message has been split into two new types, FlagEvaluationResult
      and FlagDefinition.
    * Rename the UpdateFlag operation to UpdateFlagProbability, as it
      actually only updates the enabled/probability value, but not the
      description or the name.
    basti1302 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    56a294d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a07523 View commit details
    Browse the repository at this point in the history
  3. [dash0] remove qemu support

    basti1302 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    946b738 View commit details
    Browse the repository at this point in the history