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

Upstream update 2024 June #149

Closed

Conversation

YANG-DB
Copy link
Member

@YANG-DB YANG-DB commented Jun 24, 2024

Changes

Upstream merge of updates

Merge Requirements

For new features contributions please make sure you have completed the following
essential items:

  • CHANGELOG.md updated to document new feature additions
  • Appropriate documentation updates in the docs
  • Appropriate Helm chart updates in the helm-charts

Maintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.

adnanrahic and others added 30 commits November 14, 2023 13:59
…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
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
* 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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
…telemetry#1246)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
…lemetry#1247)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
* Update loadgen dependencies, fix renovate PR

* Update changelog

---------

Co-authored-by: Austin Parker <austin@ap2.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
…try#1250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
… 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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
* 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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
* 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
Co-authored-by: Austin Parker <austin@ap2.io>
Co-authored-by: Cedric Ziel <cedric@cedric-ziel.com>
…n-telemetry#1260)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
* add .NET process metrics

* CHANGELOG entry

---------

Co-authored-by: Austin Parker <austin@ap2.io>
* 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>
zzh8829 and others added 17 commits May 31, 2024 22:24
* Fix kafka permission in dockerfile

* update changelog
…metry#1579)

This allows the solutio to be opened in any .NET editor and compile right away.

Removes the requirement to manually copy the proto files.

This also now copies the protofiles into the docker container using the original folder name.

Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
* [cartservice] bump Otel .NET SDK to 1.8.1

* chore: add changelog entry for .NET 1.8.1

* docs: merge .NET changelog entries

---------

Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
* add flagd service to minimal docker compose

* chore: add changelog entry

---------

Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
* increase kafka memory limits

* increase kafka memory limits
* reduce image size

* reduce image size

---------

Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
* ci: reusable container image generation

* ci: parametrize container repositories name

---------

Co-authored-by: Austin Parker <austin@ap2.io>
* chore: introduce .env.override for docker-compose

* parametrize docker compose cmd and env files

---------

Co-authored-by: Austin Parker <austin@ap2.io>
…metry#1591)

* update dependencies

* Adjust Rust dependency

* Restore flagd env var

---------

Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com>
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
…y#1594)

* chore: Add service version to OTEL_RESOURCE_ATTRIBUTES

* changelog
* fix kafka acks

* Update src/checkoutservice/main.go

Co-authored-by: Juliano Costa <julianocosta89@outlook.com>

* align attribute names with semantic conventions

* checkout: recover from kafka restart

---------

Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
* Update image version

* latest otel col contrib

* Update minor version
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.0.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-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>
* chore: configure renovate to bump image deps

* chore: add tracetest and opensearch to renovate
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
…4_june

# Conflicts:
#	.env
#	docker-compose.minimal.yml
#	docker-compose.yml
#	src/currencyservice/Dockerfile
#	src/dataprepper/data-prepper-config.yaml
#	src/loadgenerator/requirements.txt
#	src/otelcollector/otelcol-config.yml
#	src/prometheus/prometheus-config.yaml
Copy link

github-actions bot commented Jul 2, 2024

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jul 2, 2024
Copy link

github-actions bot commented Jul 9, 2024

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.