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

Changes as per upstream #3

Closed
wants to merge 253 commits into from
Closed

Changes as per upstream #3

wants to merge 253 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 5, 2023

  1. Regenerate kubernetes manifest and add autogenerate comment (open-tel…

    …emetry#909)
    
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    isaschm and puckpuck committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b099531 View commit details
    Browse the repository at this point in the history
  2. [loadgenerator] run load through frontend proxy (Envoy) (open-telemet…

    …ry#914)
    
    * Run load through frontendProxy
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * Run load through frontendProxy
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    puckpuck and austinlparker committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f215cde View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    1cf4e77 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. [cartservice] Update .NET OTel to 1.5.0 (open-telemetry#935)

    * [cartservice] Update OTel .NET to 1.5.0
    
    * [cartservice] Simplify resource configuration
    
    TelemetrySdk and EnvVariable are defaults
    
    * Update changelog
    Kielek committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    985e18b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. [cartservice] Update to .NET 7 (open-telemetry#942)

    * [cartservice] Update to .NET 7
    
    * Add changelog entry
    
    * Avoid trimming application due
    open-telemetry/opentelemetry-dotnet#4600
    Kielek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    846ae2d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Commit generated Go code and bump dependencies (open-telemetry#946)

    * accountingservice: commit generated code
    
    bump deps
    
    * license-checker to ignore genproto
    
    * Update README.md
    
    * Add comment to tools.go
    
    * checkoutservice: commit generated code
    
    bump dependencies
    
    * productcatalogservice: commit generated code
    
    bump dependencies
    pellared committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c623a8f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configure Renovate (open-telemetry#931)

    * Add renovate.json
    
    * only update otel deps
    
    * update renovate config
    
    * update renovate config
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: austinlparker <austin@ap2.io>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    3 people committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d8f27ca View commit details
    Browse the repository at this point in the history
  2. [cartservice] code cleanup (open-telemetry#943)

    * File scope namespaces
    
    * Sort modifiers
    
    * Remove redundant type declaration
    
    * Avoid hiding variables
    
    * join declaration and assignment
    
    * Use standard .NET convention for fields and consts
    
    * inline out variable
    
    * object initializer
    
    * collection initializer
    
    * drop unused using
    
    * drop unused parameters
    
    * remove redundant field initializer
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    Kielek and austinlparker committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3c5bd95 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Add Axiom to list of vendors (open-telemetry#963)

    We would very much like to add [Axiom](axiom.co) to the list of vendors in the README. I linked a public demo dashboard that is feed by the demo.
    lukasmalkmus committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    51dcd8b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. [frontendproxy] Add opentelemetry_collector_http to envoy's cluster a…

    …nd expose /oltp-http/ endpoint to frontendproxy (open-telemetry#938)
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    chigia001 and austinlparker committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c1e66b8 View commit details
    Browse the repository at this point in the history
  2. splitting up services into modules (open-telemetry#872)

    * WIP splitting up services
    
    - splits up services into multiple docker files
    - experiment with changing service definition for checkout service when kafka is enabled
    
    todo:
    
    [ ] fix checkout service to work without kafka
    [ ] fix services that error without feature flag service
    [ ] provide noop config for collector when observability backends are
    disabled
    
    * send to kafka only if defined
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * only check featureflag if env is defined
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * split featureflag and kafka services
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove feature flag env var
    
    * remove extra definitions in test file
    
    * split out observability
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * set recommendation resources based on flag
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add start/stop scripts
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * split modules
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * split into modules
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * allows `docker compose up` for full
    
    * default full demo, optional minimal mode
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * default full demo, optional minimal mode
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    3 people committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5a05737 View commit details
    Browse the repository at this point in the history
  3. Add trace based testing examples (open-telemetry#877)

    * Adding a user purchasing product trace-based test case
    
    * Adding more tests
    
    * Adding run script
    
    * Fixed yaml lint issues
    
    * Adding license header to the files
    
    * Adding trace-based tests for more services
    
    * Updating tests and adding them on the same format as the integration tests
    
    * Fixed payment tests
    
    * Fixing e2e web tests
    
    * Fixing details found by yamllint
    
    * Updating trace-based tests to refer a protobuf file instead of embedding it
    
    * Fixed data types for email test and improved test time
    
    * Structured tests per service
    
    * Added tests for frontend service following endpoints used on loadgenerator
    
    * fixing yaml lint issues
    
    * Fixing small issues on tests
    danielbdias committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c7588d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec804cc View commit details
    Browse the repository at this point in the history
  5. [cartservice] Update OTel .NET to 1.5.1 (open-telemetry#957)

    * [cartservice] Update OTel .NET to 1.5.1
    
    * Update .NET docker images
    
    * Update changelog
    
    * Update alpine version
    
    ---------
    
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    3 people committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    814a4e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. [chore] build images for PRs (open-telemetry#955)

    * [chore] build images for PRs
    
    * Add missing "on:"
    
    * Fix input type
    
    * Add license header
    
    * Do not fail fast
    
    * test: comment cache-from
    
    * Revert: test: comment cache-from
    
    * Comment featureflagservice build
    
    * Revert "[cartservice] Update OTel .NET to 1.5.1 (open-telemetry#957)"
    
    This reverts commit 814a4e9.
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    pellared and austinlparker committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9f8806f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [shippingservice] Update Rust deps and add TelemetryResourceDetector (o…

    …pen-telemetry#972)
    
    * Update Rust deps and add TelemetryResourceDetector
    
    * Changelog
    
    * Update min versions
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    julianocosta89 and austinlparker committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    28a6c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    092ee18 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    f174613 View commit details
    Browse the repository at this point in the history
  2. chore: update JS dependency (open-telemetry#978)

    Co-authored-by: Austin Parker <austin@ap2.io>
    chigia001 and austinlparker committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1296ae1 View commit details
    Browse the repository at this point in the history
  3. Run Checks on main (open-telemetry#973)

    Co-authored-by: Austin Parker <austin@ap2.io>
    pellared and austinlparker committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    556b1f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fix flaky cartservice build (open-telemetry#984)

    * update dotnet builder version
    
    * update docker version
    
    * fix yaml lint
    
    * change builder image
    
    * try different qemu container
    
    * disable static web assets entirely
    
    * fix build issue
    
    * split stages and increase loglevel
    
    ---------
    
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    austinlparker and cartersocha committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9ae9528 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    c9c6fb8 View commit details
    Browse the repository at this point in the history
  2. Update AdService Dependencies (open-telemetry#986)

    * update dependencies
    
    * Update log4j version
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    austinlparker and julianocosta89 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ac78734 View commit details
    Browse the repository at this point in the history
  3. [FraudDetectionService] update dependencies (open-telemetry#987)

    * FraudDetectionService update
    
    * changelog
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    julianocosta89 and austinlparker committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    25800da View commit details
    Browse the repository at this point in the history
  4. [LoadGenerator & RecommendatationService] update dependencies (open-t…

    …elemetry#988)
    
    * Update loadgen and add metrics
    
    * Update RecommendationService
    
    * changelog
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    julianocosta89 and austinlparker committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0831bc6 View commit details
    Browse the repository at this point in the history
  5. Update Email Service Dependencies (open-telemetry#989)

    * update ruby deps
    
    * change to slim image
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    austinlparker and julianocosta89 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    fbc5308 View commit details
    Browse the repository at this point in the history
  6. [currencyService] Update OTel dependency (open-telemetry#991)

    * Update currency service OTel dependency
    
    * changelog
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    julianocosta89 and austinlparker committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3bcf333 View commit details
    Browse the repository at this point in the history
  7. [FeatureFlagService] Update dependencies (open-telemetry#992)

    * FeatureFlagService-Update dependencies
    
    * changelog
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    julianocosta89 and austinlparker committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    dc37327 View commit details
    Browse the repository at this point in the history
  8. update collector to build image using ocb (open-telemetry#944)

    * update collector to build image using ocb
    
    The collector in this repository now uses the otel collector builder to
    build a custom binary which it embeds in a docker container for the
    demo.
    
    Still to do:
    
    - [ ] update curl command to pull builder for specific architectures
    - [ ] allow passing the version of the builder to use
    
    Signed-off-by: Alex Boten <alex@boten.ca>
    
    * update build-images
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    
    * add license
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    
    ---------
    
    Signed-off-by: Alex Boten <alex@boten.ca>
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Alex Boten and austinlparker committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    5a33eba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78604e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. fix(tests): updating valid card validation expected status code (open…

    …-telemetry#998)
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    xoscar and austinlparker committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    854d219 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    8c57e94 View commit details
    Browse the repository at this point in the history
  2. fix(tests): removing unused env var on trace-based tests (open-teleme…

    …try#1002)
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    danielbdias and austinlparker committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    e59b5ef View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    2ee9658 View commit details
    Browse the repository at this point in the history
  2. chore: Update PHP Dependencies (open-telemetry#1009)

    * update dependencies
    
    1
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    3 people committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6f25e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    436a96e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. chore(deps): update dependency click to v8.1.6 (open-telemetry#999)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    3 people committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4a85c29 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency deprecated to v1.2.14 (open-telemetry#…

    …1003)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    renovate[bot] and cartersocha committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    495913a View commit details
    Browse the repository at this point in the history
  3. chore(deps): update docker/build-push-action action to v3.3.1 (open-t…

    …elemetry#1005)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    renovate[bot] and cartersocha committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b4bc58b View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency com.google.api.grpc:proto-google-common-…

    …protos to v2.22.1 (open-telemetry#1012)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    renovate[bot] and cartersocha committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6724377 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. chore(deps): update dependency configargparse to v1.5.5 (open-telemet…

    …ry#1000)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    3 people committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    aac3f3b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dotnet monorepo (open-telemetry#1006)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    3 people committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a80a326 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    a550aed View commit details
    Browse the repository at this point in the history
  2. chore(deps): update opentelemetry-dotnet monorepo to v1.5.1 (open-tel…

    …emetry#1008)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    81afeef View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency @grpc/grpc-js to v1.8.18 (open-telemetry…

    …#1010)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    05d7270 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency cookies-next to v2.1.2 (open-telemetry#1022

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    822d00d View commit details
    Browse the repository at this point in the history
  5. fix(deps): update dependency org.apache.kafka:kafka-clients to v3.5.1 (

    …open-telemetry#1023)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    df52d08 View commit details
    Browse the repository at this point in the history
  6. fix(deps): update dependency php-di/php-di to v7.0.3 (open-telemetry#…

    …1024)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0a5825b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. issue open-telemetry#1030 is addressed please check it. (open-telemet…

    …ry#1031)
    
    * Update docker-compose.minimal.yml
    
    * Update docker-compose.minimal.yml
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    
    * Update docker-compose.minimal.yml
    
    * Update docker-compose.minimal.yml
    
    * Remove spaces
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    VAISHALI-NILE and julianocosta89 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6a34d36 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix(deps): update dependency react-query to v3.39.3 (open-telemetry#1025

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1ea7f5e View commit details
    Browse the repository at this point in the history
  2. [PaymentService] - Update node to LTS version and bump deps (open-tel…

    …emetry#1029)
    
    * Update node to LTS version and bump deps
    
    * changelog
    
    * Changelog
    julianocosta89 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e01d4ec View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    ba164f2 View commit details
    Browse the repository at this point in the history
  2. Pin eclipse for renovate (open-telemetry#1028)

    * pin eclipse image
    
    * add comments
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    austinlparker and julianocosta89 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    2671bfb View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Update trace based tests run script (open-telemetry#1018)

    * chore(tests): allow partial runs on trace-based test scripts
    
    * Adding option to run trace-based tests for selected services
    
    * Updating testing README
    
    * Fixing sanity checks
    
    * Fixing lint issues
    
    * Apply suggestions from code review
    
    Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
    
    * Update README.md with suggestions
    
    * Updating Changelog
    
    * Fixing linter issue
    
    * Fixed changelog
    
    ---------
    
    Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    5 people committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d999501 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. update cadence (open-telemetry#1047)

    * update cadence
    
    * update every other
    cartersocha committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3e3b7ed View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    520475a View commit details
    Browse the repository at this point in the history
  2. Revert collector back to contrib distribution (open-telemetry#1048)

    * Revert collector back to contrib distribution
    julianocosta89 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    30897af View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    e09b379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46089e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24befa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa4fa60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    303a7a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9218659 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    013a9ae View commit details
    Browse the repository at this point in the history
  8. fix(deps): update dependency com.google.api.grpc:proto-google-common-…

    …protos to v2.22.1 (open-telemetry#1045)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    renovate[bot] and cartersocha committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    24bd110 View commit details
    Browse the repository at this point in the history
  9. fix(deps): update dependency @grpc/grpc-js to v1.8.18 (open-telemetry…

    …#1044)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    3 people committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    db1a6aa View commit details
    Browse the repository at this point in the history
  10. add path check to gha (open-telemetry#1052)

    * add path check to gha
    
    * get path from dockerfile
    
    * fix lint
    
    * override skip on push
    
    * remove set_output usages
    
    * fix lint
    
    * fix
    
    ---------
    
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    3 people committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7d57217 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. fix(deps): update opentelemetry-js monorepo (open-telemetry#1064)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    renovate[bot] and cartersocha committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d7e31d9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update config-no-service (open-telemetry#1056)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    renovate[bot] and cartersocha committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    41012ec View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dotnet monorepo (open-telemetry#1059)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    4 people committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    afe3fd5 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency php-di/php-di to v7.0.3 (open-telemetry#…

    …1060)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    4 people committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f3498f8 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency configargparse to v1.5.5 (open-telemet…

    …ry#1062)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    3 people committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    dd83f2d View commit details
    Browse the repository at this point in the history
  6. fix(deps): update dependency com.google.api.grpc:proto-google-common-…

    …protos to v2.22.1 (open-telemetry#1065)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    3 people committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    de55456 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. [frontend] Update dependencies (open-telemetry#1054)

    * [frontend] Update dependencies
    
    * changelog
    
    ---------
    
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    julianocosta89 and cartersocha committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0a40e65 View commit details
    Browse the repository at this point in the history
  2. Typo URL for FrontendProxy (open-telemetry#1075)

    * [frontendproxy] Fix typo URL endpoint for FrontendProxy
    
    * Update changelog
    chigia001 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    99089c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Add Axoflow to vendors in README.md (open-telemetry#1076)

    Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
    alltilla committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    588da30 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    4680675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b8070 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Add Logz.io to listing of Demos featuring the Astronomy Shop on READM…

    …E.md (open-telemetry#1082)
    
    Adding Logz.io to the 'Demos featuring the Astronomy Shop' listing.
    Inserted per alphabetical order.
    Link provided with reference.
    horovits committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    89ad70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfb733 View commit details
    Browse the repository at this point in the history
  3. Update Telemetry Components (open-telemetry#1085)

    * Update Telemetry Components
    
    * changelog
    
    ---------
    
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    julianocosta89 and cartersocha committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    68edb3a View commit details
    Browse the repository at this point in the history
  4. Make Microsoft.AspNetCore.TestHost package compatible with .NET6 (ope…

    …n-telemetry#1084)
    
    Fixes NU1202	Package Microsoft.AspNetCore.TestHost 7.0.7 is not compatible with net6.0
    
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    3 people committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    afdc573 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4acb07e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. [cartservice] Support for Logs (open-telemetry#1086)

    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Kielek and julianocosta89 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8f5ff33 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Fix TraceTest after IBM/sarama upgrade (open-telemetry#1096)

    * Fix TraceTest after IBM/sarama upgrade
    
    * changelog
    julianocosta89 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    315b3ea View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/react to v18.2.21 (open-telemet…

    …ry#1077)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1a0acdd View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency eslint-config-next to v13.4.19 (open-t…

    …elemetry#1078)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    caa22a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. update dashboards (open-telemetry#1098)

    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    austinlparker and cartersocha committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    54aefe5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    44f100c View commit details
    Browse the repository at this point in the history
  2. prep for 1.5 release (open-telemetry#1089)

    * prep for 1.5 release
    
    * update dashboards
    
    * force build to test
    
    * fix gha
    
    * revert ff comment
    
    * roll back OTP version
    
    * fix ff
    
    * fix build
    
    * clarify arm runner status
    
    ---------
    
    Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
    austinlparker and cartersocha committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0c8fa77 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    dacb2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df4c9ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e112ea0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. update quoteservice for php Release Candidate (open-telemetry#1114)

    * update quoteservice for php Release Candidate
    - update dependencies to use RC1 and latest versions of other packages
    - update code to work with RC1
    - refactor Dockerfile to allow local dev, and document how
    
    * update changelog
    
    * markdown lint
    
    * adding container detector
    
    * adding logging, enabling internal metrics
    
    * Add env var to docker-compose.minimal
    
    ---------
    
    Co-authored-by: Juliano Costa <juliano.costa@dynatrace.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    3 people committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    6849a1d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. [cartservice] Bump OTel .NET SDK to 1.6.0 (open-telemetry#1115)

    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Kielek and julianocosta89 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b932c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72dde63 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency flask to v2.3.3 (open-telemetry#1128)

    * chore(deps): update dependency flask to v2.3.3
    
    * Required werkzeug update (open-telemetry#1129)
    
    * GHA: checks workflow: explicitly pass inputs to build-images (open-telemetry#1130)
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Mikko Viitanen <74129181+mviitane@users.noreply.github.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Co-authored-by: Michele Azzolari <michele@azzolari.it>
    4 people committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9cf5fea View commit details
    Browse the repository at this point in the history
  4. fix(otelcol) prometheus metrics export descriptions (open-telemetry#1120

    )
    
    * fix prom metrics export descriptions
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix prom metrics export descriptions
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a650002 View commit details
    Browse the repository at this point in the history
  5. Update java agent version. (open-telemetry#1132)

    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    mviitane and julianocosta89 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0d49ba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    4592642 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. (chore) update dependency versions (open-telemetry#1146)

    * update dependency versions
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update dependency versions
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update dependency versions
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update dependency versions
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fa52926 View commit details
    Browse the repository at this point in the history
  2. (otelcol): metrics filter and transform (open-telemetry#1134)

    * metrics filter and transform
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove filtered metric
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f448606 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    99994c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e081ee View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. OpenSearch Spike (open-telemetry#1151)

    * add opensearch
    
    * fix env
    
    * fix yamllint
    
    * fix lint
    
    * fix errors in datasource
    
    * remove stdout export
    austinlparker committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    10538a3 View commit details
    Browse the repository at this point in the history
  2. add httpcheck receiver example (open-telemetry#1162)

    * add httpcheck receiver example
    
    This PR adds the httpcheck receiver to the demo to produce a synthetic
    check against the frontendproxy endpoint.
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    
    * add changelog
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    
    ---------
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Alex Boten and austinlparker committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    49e7b48 View commit details
    Browse the repository at this point in the history
  3. (grafana): update grafana dashboards (open-telemetry#1150)

    * update grafana dashboards
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update grafana dashboards
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    puckpuck and austinlparker committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fc01d8f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Fix logic in GHA (open-telemetry#1172)

    * fix logic
    
    * refactor logic
    
    * remove extra fi
    austinlparker committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8b12089 View commit details
    Browse the repository at this point in the history
  2. update collector configuration to use debug exporter (open-telemetry#…

    …1148)
    
    * update collector configuration to use debug exporter
    
    This replaces references to the logging exporter with
    the debug exporter.
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    
    * revert changes to kubernetes/opentelemetry-demo.yaml
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    
    ---------
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    Alex Boten and puckpuck committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bd34424 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. (chore): merge otel o11y config (open-telemetry#1173)

    * merge otel o11y config
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * merge otel o11y config
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * Update otelcol-config-extras.yml
    
    Fixed lint
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    42d2ed9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    43727e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. [java-services] Update java, gradle and OTel agent versions (open-tel…

    …emetry#1183)
    
    * Update AdService to Java version 21
    
    * Add log and update dependencies
    
    * Bump java agent
    
    * Changelog
    
    * lint
    julianocosta89 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    121ed21 View commit details
    Browse the repository at this point in the history
  2. (jaeger): Fix jaeger span metrics (open-telemetry#1174)

    * jaeger spm and prometheus
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * jaeger spm and prometheus
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c36cd98 View commit details
    Browse the repository at this point in the history
  3. chore: pinning trace-based test tool version and adding files as volu…

    …mes (open-telemetry#1182)
    
    * chore: pinning tracebased test version and adding files as volumes
    
    * update changelog
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    3 people committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b4500fc View commit details
    Browse the repository at this point in the history
  4. Fix service graph by enabling client spans in envoy proxy (open-telem…

    …etry#1180)
    
    * Enable client spans in envoy proxy
    
    * Changelog
    
    * Update CHANGELOG.md
    
    * Update envoy version
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    cedricziel and julianocosta89 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ea9da12 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. [opensearch] add dashboard panel (open-telemetry#1193)

    * add opensearch dashboard panel
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add opensearch dashboard panel
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d244bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a00b49 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. [go services]: workaround: disable grpc metrics (open-telemetry#1205)

    * workaround: disable grpc metrics
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * workaround: disable grpc metrics
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    526a8d3 View commit details
    Browse the repository at this point in the history
  2. ci: migrate Renovate config (open-telemetry#1207)

    Co-authored-by: Austin Parker <austin@ap2.io>
    secustor and austinlparker committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1e57218 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    3fcb40c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855bde3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. update to 1.6 (open-telemetry#1213)

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    c34db57 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update confluentinc/cp-kafka docker tag to v7.5.1 (open-…

    …telemetry#1214)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7097562 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    273928c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update frauddetectionservice (open-telemetry#1215)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c0ed8d7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update frontend (open-telemetry#1216)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4c3fbcc View commit details
    Browse the repository at this point in the history
  4. chore(deps): update accountingservice (open-telemetry#1218)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    acf2906 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update shippingservice (open-telemetry#1217)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d1cd7a7 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update adservice (open-telemetry#1219)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2e8302a View commit details
    Browse the repository at this point in the history
  7. chore(deps): update cartservice (open-telemetry#1220)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5e9346b View commit details
    Browse the repository at this point in the history
  8. chore(deps): update checkoutservice (open-telemetry#1221)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4bda135 View commit details
    Browse the repository at this point in the history
  9. chore(deps): update config-no-service (open-telemetry#1222)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b153d16 View commit details
    Browse the repository at this point in the history
  10. chore(deps): update emailservice (open-telemetry#1223)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2cf42d2 View commit details
    Browse the repository at this point in the history
  11. chore(deps): update golang docker tag to v1.21.3 (open-telemetry#1225)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fdab1d8 View commit details
    Browse the repository at this point in the history
  12. chore(deps): update loadgenerator (open-telemetry#1226)

    * chore(deps): update loadgenerator
    
    * fix dependency issue
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    36f6d39 View commit details
    Browse the repository at this point in the history
  13. chore(deps): update paymentservice (open-telemetry#1227)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3737aa6 View commit details
    Browse the repository at this point in the history
  14. chore(deps): update quoteservice (open-telemetry#1228)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    46711eb View commit details
    Browse the repository at this point in the history
  15. chore(deps): update cartservice to v7 (open-telemetry#1230)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    74b5a69 View commit details
    Browse the repository at this point in the history
  16. chore(deps): update recommendationservice (open-telemetry#1229)

    * chore(deps): update recommendationservice
    
    * fix dependency issue
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    522b9ec View commit details
    Browse the repository at this point in the history
  17. update PHP dependencies to 1.0.0 (open-telemetry#1236)

    * update PHP dependencies to 1.0.0
    
    * update changelog
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    3 people committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ac07b10 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. chore: add env var for pinning trace-based test tool version (open-te…

    …lemetry#1239)
    
    * chore: add env var for pinning tracetesting image version
    
    * chore: add odd profile and start command
    
    * chore: fix yamllint
    
    * chore: update changelog
    
    * chore: update makefile comments
    adnanrahic committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f8413fd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    c9efc8a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. chore(deps): update checkoutservice (open-telemetry#1245)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    962234a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update featureflagservice (open-telemetry#1224)

    * chore(deps): update featureflagservice
    
    * use Phoenix 1.6 style (open-telemetry#1238)
    
    * use Phoenix 1.6 style
    
    Phoenix 1.7 has deprecated Phoenix.View in favor
    of Phoenix.Component and moved the get_flash
    function out of controllers, making us call it
    directly
    
    * fix deprecated LV stuff
    
    Some things have changed in LV, these changes
    should address that.
    
    - some helpers have moved to Phoenix.Component (live_flash)
    - some syntax changes let={f} vs :let={f}
    - live_title_tag is now .live_title
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Tonći Galić <tuxified@gmail.com>
    3 people committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bf5a0a8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update accountingservice (open-telemetry#1244)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4f5c2cf View commit details
    Browse the repository at this point in the history
  4. chore(deps): update confluentinc/cp-kafka docker tag to v7.5.2 (open-…

    …telemetry#1246)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bde0ff3 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. chore(deps): update kubeshop/tracetest docker tag to v0.14.6 (open-te…

    …lemetry#1247)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e57b00c View commit details
    Browse the repository at this point in the history
  2. Update loadgen dependencies (open-telemetry#1274)

    * Update loadgen dependencies, fix renovate PR
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    mviitane and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    840bfc3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update loadgenerator (open-telemetry#1248)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    665d75e View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency monolog/monolog to v3.5.0 (open-teleme…

    …try#1250)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0ad8d79 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency opentelemetry-exporter-otlp-proto-grpc…

    … to v1.21.0 (open-telemetry#1251)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1e960fd View commit details
    Browse the repository at this point in the history
  6. chore(deps): update frontend (open-telemetry#1252)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a66080b View commit details
    Browse the repository at this point in the history
  7. chore(deps): update paymentservice (open-telemetry#1253)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f1dbe22 View commit details
    Browse the repository at this point in the history
  8. chore(deps): update productcatalogservice (open-telemetry#1254)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    620cbda View commit details
    Browse the repository at this point in the history
  9. chore(deps): update config-no-service (open-telemetry#1256)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fc4170c View commit details
    Browse the repository at this point in the history
  10. chore(deps): update loadgenerator (open-telemetry#1258)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d2e0db5 View commit details
    Browse the repository at this point in the history
  11. Added web browser traffic in loadgenerator (open-telemetry#1266)

    * Added playwright on load generator docker image
    
    * Added locust plugins as a dependency
    
    * Increased memory constrains and introduced LOCUST_BROWSER_TRAFFIC_ENABLED environment variable
    
    * Added playwright user to generate browser traffic
    
    * Updated changelog message
    
    * Added skipping line + renamed event
    
    * Downgraded greenlet to 3.0.0
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    3 people committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fd448b5 View commit details
    Browse the repository at this point in the history
  12. chore(deps): update node docker tag to v21 (open-telemetry#1259)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6d7b978 View commit details
    Browse the repository at this point in the history
  13. run tracetesting on successful build (open-telemetry#1278)

    * add CI
    
    * fix lint
    
    * fix name
    
    * fix run
    
    * change calling behavior
    
    * add job names
    
    * change secret
    
    * inherit secrets
    
    * change to pull_request_target
    
    * remove secret inheritance
    
    * change to run on pr merge
    austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c9750dc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ae2cd2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0f4899 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb1708f View commit details
    Browse the repository at this point in the history
  17. Bump action docker/setup-qemu-action@v3 (from v2) (open-telemetry#1277)

    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Cedric Ziel <cedric@cedric-ziel.com>
    3 people committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    df66cb7 View commit details
    Browse the repository at this point in the history
  18. chore(deps): update plugin com.github.johnrengelman.shadow to v8 (ope…

    …n-telemetry#1260)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5f8a8e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    1ce768f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb3324 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update cartservice (open-telemetry#1249)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    renovate[bot] and austinlparker committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bef6a64 View commit details
    Browse the repository at this point in the history
  4. cartservice: Add .NET process metrics (open-telemetry#1265)

    * add .NET process metrics
    
    * CHANGELOG entry
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    matt-hensley and austinlparker committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    18942fb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    8124353 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. [accountingservice] add attributes to kafka spans (open-telemetry#1286)

    * add attributes to kafka spans
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add attributes to kafka spans
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0244786 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. fix: pass proper env var to tracetesting Dockerfile (open-telemetry#1283

    )
    
    * fix: pass proper env var to tracetesting Dockerfile
    
    * chore: update changelog
    
    * chore: update changelog
    jorgeepc committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3547beb View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 4 to 5 (open-telemetry#1288)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2a01c06 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore(deps): update shippingservice (open-telemetry#1287)

    * chore(deps): update shippingservice
    
    * chore: update dependencies to v0.21
    
    * changelog
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    4 people committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4224643 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update shippingservice (open-telemetry#1255)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    3 people committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    59e33e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. [cartservice] Update to .NET8 (open-telemetry#1272)

    * [cartservice] Update to .NET8
    
    * Do not install QEMU for .NET
    
    * Use BUILDPLATFORM/TARGETARCH
    Kielek committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    b61a935 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    daadf5e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    207fa7e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. update js deps (open-telemetry#1298)

    * update js deps
    
    * update deps
    austinlparker committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c8c192a View commit details
    Browse the repository at this point in the history
  2. [featureflag]: use float to check for flag probability (open-telemetr…

    …y#1237)
    
    * use float to check for flag probability
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * use float to check for flag probability
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * Update CHANGELOG.md
    
    * Add help text for float feature flags; Make upgrades possible for postgres
    
    * add description for feature flag value
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * clean up help text
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * return to single migration with decimal type
    
    * use float instead of decimal
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    Co-authored-by: Josh Lee <josh@joshuamlee.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    4 people committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    430b4c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. [chore] - update dependent services to latest stable (open-telemetry#…

    …1301)
    
    * update service dependencies
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update service dependencies
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix lint
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    8e44c3a View commit details
    Browse the repository at this point in the history
  2. remove playwright (open-telemetry#1300)

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    889d455 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. [chore] dev tooling: add restart-service (open-telemetry#1302)

    * add restart-service
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * comments are good
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * support service and SERVICE
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add license
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add license
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    228f19e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d8ecad7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    43e7a76 View commit details
    Browse the repository at this point in the history
  2. revert grafana to 10.2.0 (open-telemetry#1311)

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    23ced56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e45faec View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. [chore] - update kubernetes manifests to 1.7 release (open-telemetry#…

    …1305)
    
    * update to 1.7 release
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add create namespace
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ca44eaf View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Update dependencies and semconv (open-telemetry#1316)

    * Update dependencies and semconv
    
    * changelog
    julianocosta89 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    326ffe4 View commit details
    Browse the repository at this point in the history
  2. [cart] - fix cartServiceFailure flag (open-telemetry#1313)

    * fix cartServiceFailure flag
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix cartServiceFailure flag
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b55b147 View commit details
    Browse the repository at this point in the history
  3. Fix typo in running the AdService command (open-telemetry#1317)

    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    laithshadeed and puckpuck committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4870aa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    3895edc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. [ffs] - Allow setting initial feature flag values (open-telemetry#1319)

    * remove timestamps from FeatureFlag message
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove timestamps from FeatureFlag message
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * init feature flags using sql
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * allows initial feature flags values
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * Update src/ffs_postgres/20-ffs_data.sql
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    
    * Remove sporadically from cartServiceFailure
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f25b46f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a142a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. [cartservice] Bump OTel .NET SDK to 1.7.0 together with other depende…

    …ncies (open-telemetry#1326)
    
    * Bump .NET/.NET SDK docker images
    
    * Bump OTel .NET SDK to 1.7.0
    together with other .NET dependencies
    
    * Changelog
    
    * Fix changelog
    Kielek committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    47d9f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494808a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfc18c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e624d7 View commit details
    Browse the repository at this point in the history
  5. [grafana] - update grafana to 10.2.3 (open-telemetry#1332)

    * update grafana to 10.2.3
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update grafana to 10.2.3
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ea3fbfd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. [currency] - fix rpc.service attribute (open-telemetry#1333)

    * add package name for rpc.service attribute
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add package name for rpc.service attribute
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add package name for rpc.service attribute
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add package name for rpc.service attribute
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c5484eb View commit details
    Browse the repository at this point in the history
  2. use GitHub markdown syntax (open-telemetry#1342)

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c1365ed View commit details
    Browse the repository at this point in the history
  3. [frontendproxy] enable envoy environment resource detector (open-tele…

    …metry#1291)
    
    * enable envoy environment resource detector for frontendproxy
    
    * use prod envoy and add changelog
    
    * s/v1.29.0/v1.29-latest/
    
    * Add OTEL_RESOURCE_ATTRIBUTES to docker compose defs
    
    ---------
    
    Co-authored-by: Cedric Ziel <cedric@cedric-ziel.com>
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    3 people committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    69a28d6 View commit details
    Browse the repository at this point in the history
  4. [currency] - fix metricreader export and temporality (open-telemetry#…

    …1335)
    
    * default metricreader and exporter options
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * default metricreader and exporter options
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0051599 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. update to latest helm release (open-telemetry#1341)

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    0d9cf78 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. [postgres] Define and use image for postgres (open-telemetry#1338)

    * define and use postgres image
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * define and use postgres image
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * define and use postgres image
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add postgres image
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9ed7785 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update wiki url (open-telemetry#1346)

    * Update wiki url
    
    * [accountingservice,checkoutservice,productcatalogservice] update wiki link
    pankdev committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c9224a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Fix crashlooping for two services with insufficient privileges on ope…

    …ntelemetry-javaagent.jar. (open-telemetry#1348)
    
    * These two services don't run as 'nobofy' due to root user alone having read/write permission on opentelemetry-javaagent.jar. This commit fixes it.
    
    * Updated CHANGELOG.md
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    LouisParkin and julianocosta89 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    120381a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Add browser traffic in loadgenerator and export traces in frontend (o…

    …pen-telemetry#1345)
    
    * Add locust_plugins as a dependency
    
    * Increased memory constraints and introduced LOCUST_BROWSER_TRAFFIC_ENABLED environment variable
    
    * Added playwright on load generator docker image
    
    * Inceased delay interval in milliseconds between two consecutive exports
    
    * Use different otel endpoint when request contains the synthetic_request=true header
    
    * Add locust example using playwright. The header synthetic_request is set to true to identify them in the frontend
    
    * Updated changelog
    
    * Use the same otelName (OTEL_COLLECTOR_HOST) for both k8s and docker
    
    * Removed select option event
    
    * Revert - Removed select option event
    
    * Added IS_SYNTHETIC_REQUEST window.env used to set the span web attribute in FrontendTracer.ts
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    jordibisbal8 and julianocosta89 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    022ba90 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Major version update (version 2.0.0) for OTel Java instrumentation (o…

    …pen-telemetry#1352)
    
    * Major version update (version 2.0.0) for OTel Java instrumentation for
    adservice, frauddetectionservice, kafka
    
    The new Java instrumentation uses HTTP as the default export protocol. This PR changes the Java services to export HTTP instead of gRPC.
    
    The new Java instrumentation introduces a lot of new kafka.consumer.* metrics from frauddetectionservice.
    
    * Add CHANGELOG
    
    * Fix CHANGELOG. Update docker-compose.minimal.yml
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    mviitane and julianocosta89 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ee7907f View commit details
    Browse the repository at this point in the history
  2. Align env variables for OTLP ports (open-telemetry#1353)

    * Align env variables for OTLP ports. No functional changes.
    
    * Add CHANGELOG
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    mviitane and julianocosta89 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cbea332 View commit details
    Browse the repository at this point in the history
  3. Update dependent services - Collector, Grafana, Jaeger, Prometheus, e…

    …tc. (open-telemetry#1354)
    
    * Update dependent services - Collector, Grafana, Jaeger, Prometheus, etc.
    
    Move those external service image paths and versions to .env file to make it easier to update them in the future for multiple docker compose files.
    
    * Add CHANGELOG
    
    ---------
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    mviitane and julianocosta89 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    26b1710 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. [opensearch] - Use opensearch exporter & remove dataprepper (open-tel…

    …emetry#1356)
    
    * use opensearch native exporter
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * cleanup opensearch config
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix opensearch datasource
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix opensearch datasource
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * use opensearch exporter
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove dataprepper config files
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove opensearch auth details
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * opensearch memory limits
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * opensearch memory limits
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove dataprepper
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e15affc View commit details
    Browse the repository at this point in the history
  2. [chore] update Go SDKs, & fix metrics filters and transforms (open-te…

    …lemetry#1357)
    
    * update go SDKs
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove go metric filters and transforms
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove go metric filters and transforms
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b0c1d27 View commit details
    Browse the repository at this point in the history
  3. build(go): upgrade golang:1.21.6 (open-telemetry#1360)

    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    tranngoclam and puckpuck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d2eae5f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. [chore] update SDKs and remove metric transforms (open-telemetry#1358)

    * update python sdks
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * remove python metric transform
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update Python SDKs
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix trailing space
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    14bc74a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23094bf View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. [loadgenerator] fix browser traffic enabled flag (open-telemetry#1359)

    * fix browser traffic enabled flag
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix browser traffic enabled flag
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d1575de View commit details
    Browse the repository at this point in the history
  2. Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.1 (open-telem…

    …etry#1370)
    
    Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.1.0 to 2.0.1.
    - [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
    - [Commits](gradle/wrapper-validation-action@v1.1.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/wrapper-validation-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3a9e507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    059dfb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Bump gradle/wrapper-validation-action from 2.0.1 to 2.1.0 (open-telem…

    …etry#1373)
    
    Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.0.1 to 2.1.0.
    - [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
    - [Commits](gradle/wrapper-validation-action@v2.0.1...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/wrapper-validation-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b8cc894 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. [productcatalog] - allow products to be extended (open-telemetry#1363)

    * allow products to be extended
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * allow products to be extended
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix products path
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix merge conflict
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ab6c1a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Bump gradle/wrapper-validation-action from 2.1.0 to 2.1.1 (open-telem…

    …etry#1376)
    
    Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
    - [Commits](gradle/wrapper-validation-action@v2.1.0...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/wrapper-validation-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1c6b68b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. build(deps): upgrade go.opentelemetry.io/otel and go.opentelemetry.io…

    …/contrib to latest version (open-telemetry#1375)
    
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    tranngoclam and julianocosta89 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1b2214e View commit details
    Browse the repository at this point in the history
  2. [chore] fix trace tests (open-telemetry#1377)

    * add tracetesting vars
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix tests targets
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update for semconv
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update actions/checkout version
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update trace based tests
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2d16971 View commit details
    Browse the repository at this point in the history
  3. [cartservice] Bump .NET to 8.0.2 (open-telemetry#1380)

    * [cartservice] bump dependencies
    
    * [cartservice] Bump .NET to 8.0.2
    
    * changelog
    Kielek committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e37e626 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    371b36f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. [currencyservice] Add OTLP logs (open-telemetry#1378)

    * Add OTel logs to currencyservice
    
    * line break
    
    * changelog
    
    * Move OPENTELEMETRY_CPP_VERSION back
    
    * set opensearch version and timestamp field
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add comment for opensearch version update
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * Change log to INFO
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    julianocosta89 and puckpuck committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    816ee5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d77fdf View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    e8e3553 View commit details
    Browse the repository at this point in the history
  2. chore: use semantic convention v1.24.0 (open-telemetry#1385)

    * chore(accountingservice): use semantic convention v1.24.0
    
    * chore(checkoutservice): use semantic convention v1.24.0
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    tranngoclam and austinlparker committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6eab783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59e0528 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    64eb66e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. update to 1.8.0 release (open-telemetry#1395)

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6f38f5f View commit details
    Browse the repository at this point in the history
  2. [chore] make: fix restart, add redeploy targets (open-telemetry#1397)

    * fix restart, add redeploy
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * fix restart, add redeploy
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * use service or SERVICE
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f9053b7 View commit details
    Browse the repository at this point in the history
  3. [chore] - memory for collector and jaeger (open-telemetry#1396)

    * increase collector memory
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * increase collector memory
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * increase collector memory
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * increase collector memory
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    puckpuck and austinlparker committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0d7e94b View commit details
    Browse the repository at this point in the history
  4. [chore]: nightly build and publish (open-telemetry#1398)

    * nightly build and publish
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * add nightly releases
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1b9b117 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. use nightly releases (open-telemetry#1399)

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    puckpuck and austinlparker committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6bd2ede View commit details
    Browse the repository at this point in the history
  2. [chore]: remove integration tests (open-telemetry#1406)

    * yeet integration tests
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * yeet integration tests
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * yeet integration tests
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    puckpuck and austinlparker committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ef31bfd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. chore(checkoutservice): add producer interceptor for tracing (open-te…

    …lemetry#1400)
    
    * chore(checkoutservice): add producer interceptor for tracing
    
    * chore(checkoutservice): update changelog
    
    ---------
    
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    tranngoclam and puckpuck committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    cf7bac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix(accountingservice): fix graceful shutdown and log issues (open-te…

    …lemetry#1401)
    
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    tranngoclam and puckpuck committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e07f5b2 View commit details
    Browse the repository at this point in the history
  2. only run nightly for main repo (open-telemetry#1407)

    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
    puckpuck and julianocosta89 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3f6958a View commit details
    Browse the repository at this point in the history
  3. fix(productcatalogservice): fix graceful shutdown issues (open-teleme…

    …try#1402)
    
    * fix(productcatalogservice): fix graceful shutdown issues
    
    * fix(productcatalogservice): update changelog
    
    ---------
    
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    Co-authored-by: Austin Parker <austin@ap2.io>
    3 people committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ca56690 View commit details
    Browse the repository at this point in the history
  4. Test: Run integration tests on PR approval (open-telemetry#1414)

    * spike for running integration tests
    
    * add workflow call trigger
    
    * fix lint
    
    * lint
    
    * fix
    
    * don't reinstall docker
    austinlparker committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    940dfca View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. [CartService] - Add Host Detector (open-telemetry#1415)

    * Add Host Detector
    
    * changelog
    
    ---------
    
    Co-authored-by: Austin Parker <austin@ap2.io>
    julianocosta89 and austinlparker committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b1e26c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1ad08 View commit details
    Browse the repository at this point in the history
  3. [frontend] update sharp to latest to avoid docker build issue on M1 (o…

    …pen-telemetry#1417)
    
    Building the frontend container image on an Apple M1 would result in
    the following error during docker build:
    
        15.56 > Build error occurred
        15.56 [Error: ENOENT: no such file or directory, copyfile '/app/node_modules/sharp/build/Release/sharp-darwin-arm64v8.node' -> '/app/.next/standalone/node_modules/sharp/build/Release/sharp-darwin-arm64v8.node'] {
        15.56   errno: -2,
        15.56   code: 'ENOENT',
        15.56   syscall: 'copyfile',
        15.56   path: '/app/node_modules/sharp/build/Release/sharp-darwin-arm64v8.node',
        15.56   dest: '/app/.next/standalone/node_modules/sharp/build/Release/sharp-darwin-arm64v8.node'
        15.56 }
    
    Updating sharp to v0.33.x avoids this problem, as that version includes
    pre-built sharp binaries for various platforms, see
    https://sharp.pixelplumbing.com/changelog#v0330---29th-november-2023
    basti1302 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    71f0e96 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    06f020c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    b7c7891 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade go.opentelemetry.io otel and contrib dependencies (ope…

    …n-telemetry#1408)
    
    Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
    tranngoclam and puckpuck committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    71e428b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    7d94220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33deeb8 View commit details
    Browse the repository at this point in the history