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

Update latest upstream patch #92

Merged
merged 134 commits into from
Nov 7, 2023

Commits on Jun 21, 2023

  1. fix data-prepper image to a stable version

    update fluent-bit.conf parser to emmit a different field name
    adding support for prometheus-opensearch exporter
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9c867b5 View commit details
    Browse the repository at this point in the history
  2. add error wrapping for integration script

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d9f0bae View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/opensearch-monitoring-prometheus…

    …-metrics' into opensearch-monitoring-prometheus-metrics
    YANG-DB committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    04d9489 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. update opensearch version configuration as an env var

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0aeef46 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/opensearch-monitoring-prometheus…

    …-metrics' into opensearch-monitoring-prometheus-metrics
    YANG-DB committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ffd3aeb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/opensearch-monitoring-prometheus…

    …-metrics' into opensearch-monitoring-prometheus-metrics
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f70840a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/opensearch-monitoring-prometheus…

    …-metrics' into opensearch-monitoring-prometheus-metrics
    YANG-DB committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3c7045c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge remote-tracking branch 'origin/opensearch-monitoring-prometheus…

    …-metrics' into opensearch-monitoring-prometheus-metrics
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2ce8f34 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. update opensearch to 2.8

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    36c1388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a4d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f05c408 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 authored 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 authored 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 authored 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 authored 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 authored 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 15, 2023

  1. Configuration menu
    Copy the full SHA
    bd4fdde 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 authored 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
    90d63ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into opensearch-monitoring-prometheus-metrics

    # Conflicts:
    #	docker-compose.yml
    YANG-DB committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    73a2e0f View commit details
    Browse the repository at this point in the history
  3. update locust to use nginx proxy

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0e8fec0 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/opensearch-monitoring-prometheus…

    …-metrics' into opensearch-monitoring-prometheus-metrics
    YANG-DB committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2fb8bb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f174613 View commit details
    Browse the repository at this point in the history
  6. chore: update JS dependency (open-telemetry#978)

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

    Co-authored-by: Austin Parker <austin@ap2.io>
    pellared and austinlparker authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 2, 2023

  1. Merge remote-tracking branch 'upstream/main' into opensearch-monitori…

    …ng-prometheus-metrics
    
    # Conflicts:
    #	.github/workflows/build-images.yml
    #	CHANGELOG.md
    #	docker-compose.minimal.yml
    #	docker-compose.yml
    #	src/adservice/build.gradle
    #	src/adservice/src/main/java/oteldemo/AdService.java
    #	src/frauddetectionservice/build.gradle.kts
    #	src/otelcollector/otelcol-config.yml
    #	src/recommendationservice/recommendation_server.py
    #	test/tracetesting/payment-service/valid-credit-card.yaml
    #	test/tracetesting/tracetest-provision.yaml
    YANG-DB committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8264d5f View commit details
    Browse the repository at this point in the history
  2. update upstream changes

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7ca92bc View commit details
    Browse the repository at this point in the history
  3. update upstream changes

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1b025d3 View commit details
    Browse the repository at this point in the history
  4. update opensearch for 2.9

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b130d5e 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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. Merge remote-tracking branch 'upstream/main'

    # Conflicts:
    #	docker-compose.yml
    #	src/otelcollector/otelcol-config.yml
    YANG-DB committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    50b6772 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. update upstream changes

     - remove 'opensearch integration' service
     - update the opensearch dashboard
     - add opensearch+dashboard to the minimized docker-compose.yml
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ade5c3b View commit details
    Browse the repository at this point in the history
  2. update upstream changes

     - remove 'opensearch integration' service
     - update the opensearch dashboard
     - add opensearch+dashboard to the minimized docker-compose.yml
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e2e6770 View commit details
    Browse the repository at this point in the history
  3. update upstream changes

     - remove 'opensearch integration' service
     - update the opensearch dashboard
     - add opensearch+dashboard to the minimized docker-compose.yml
     - update opensearch to use a single node
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8816e1d View commit details
    Browse the repository at this point in the history
  4. update upstream changes

     - remove 'opensearch integration' service
     - update the opensearch dashboard
     - add opensearch+dashboard to the minimized docker-compose.yml
     - update opensearch to use a single node
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1774665 View commit details
    Browse the repository at this point in the history
  5. update upstream changes

     - remove 'opensearch integration' service
     - update the opensearch dashboard
     - add opensearch+dashboard to the minimized docker-compose.yml
     - update opensearch to use a single node
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a61bd83 View commit details
    Browse the repository at this point in the history
  6. update upstream changes

     - remove 'opensearch integration' service
     - update the opensearch dashboard
     - add opensearch+dashboard to the minimized docker-compose.yml
     - update opensearch to use a single node
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    db1aef7 View commit details
    Browse the repository at this point in the history
  7. update upstream changes

     - remove 'opensearch integration' service
     - update the opensearch dashboard
     - add opensearch+dashboard to the minimized docker-compose.yml
     - update opensearch to use a single node
    
    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    61c3918 View commit details
    Browse the repository at this point in the history
  8. remove https in favor of http

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c347720 View commit details
    Browse the repository at this point in the history
  9. restore https

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3c07b02 View commit details
    Browse the repository at this point in the history
  10. update data-prepper config files

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3a26e77 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'main' into update-latest-upstream-patch

    Signed-off-by: YANGDB <yang.db.dev@gmail.com>
    YANG-DB authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f704c7e View commit details
    Browse the repository at this point in the history