Skip to content

Commit

Permalink
Update development for otel bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Feb 18, 2025
1 parent 46c4ccd commit 6713451
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ To debug the `cli install` command in Visual Studio Code, use the following conf

### Updating OpenTelemetry dependencies

1. Update `OTEL_*` versions in `Makefile`
2. Run `make update-otel`
3. Update versions in `collector/builder-config.yaml`
4. In `collector` directory, run `make genodigoscol generate` (may help to run in a Docker container)
5. Run `make go-mod-tidy`
1. Update builder version and component versions in `collector/builder-config.yaml` and builder version in `collector/Makefile`
2. In `collector` directory, run `make genodigoscol generate` (may help to run in a Docker container)
3. Run `make go-mod-tidy`
4. Update `OTEL_*` versions in `Makefile`
5. Run `make update-otel`
6. Run `make go-mod-tidy`

0 comments on commit 6713451

Please sign in to comment.