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

fix: Update collector tag in example to latest #1384

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

JamieDanielson
Copy link
Member

@JamieDanielson JamieDanielson commented Sep 23, 2024

Follow-up from #1383. Debug exporter isn't available until v0.86.0 in v0.39.0 which is still listed in the one example app, so this new configuration throws an error when trying to run the collector. Error: cannot unmarshal the configuration: unknown exporters type "debug" for "debug".

Instead of setting to v0.86.0 a specific version, I noticed the other docker-compose files (e.g. docker-compose.collector.yaml) omitted the tag which looks to pull in latest. I just updated this to match.

edited description: I'm not positive what version "debug" became available, just doesn't seem to be 0.39 😄

Follow-up from open-telemetry#1383. Debug exporter isn't available until v0.86.0, so this new configuration throws an error when trying to run the collector. `Error: cannot unmarshal the configuration: unknown exporters type "debug" for "debug"` Instead of setting to v0.86.0, I noticed the other docker files omitted the tag (so latest is pulled). I just updated this to match.
@JamieDanielson JamieDanielson requested a review from a team as a code owner September 23, 2024 21:22
Copy link

welcome bot commented Sep 23, 2024

Thanks for opening your first pull request! If you haven't yet signed our Contributor License Agreement (CLA), then please do so that we can accept your contribution. A link should appear shortly in this PR if you have not already signed one.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.07%. Comparing base (3be58cf) to head (281d598).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1384      +/-   ##
============================================
- Coverage     74.16%   74.07%   -0.09%     
  Complexity     2666     2666              
============================================
  Files           385      385              
  Lines          7636     7638       +2     
============================================
- Hits           5663     5658       -5     
- Misses         1973     1980       +7     
Flag Coverage Δ
8.1 73.71% <ø> (+0.03%) ⬆️
8.2 73.97% <ø> (+<0.01%) ⬆️
8.3 73.98% <ø> (-0.08%) ⬇️
8.4 73.89% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3be58cf...281d598. Read the comment docs.

@brettmc brettmc merged commit 8ed62b1 into open-telemetry:main Sep 23, 2024
9 of 10 checks passed
@JamieDanielson JamieDanielson deleted the update-collector-tag branch September 24, 2024 01:47
brettmc pushed a commit to brettmc/opentelemetry-php that referenced this pull request Oct 2, 2024
Follow-up from open-telemetry#1383. Debug exporter isn't available until v0.86.0, so this new configuration throws an error when trying to run the collector. `Error: cannot unmarshal the configuration: unknown exporters type "debug" for "debug"` Instead of setting to v0.86.0, I noticed the other docker files omitted the tag (so latest is pulled). I just updated this to match.
bobstrecansky pushed a commit that referenced this pull request Oct 2, 2024
* 8.4: fixing some implicit nullable params

* fix withspan handler nullable + example (#1377)

- class is nullable for pre hooks
- add phpt tests for withspan and its interaction with auto root span

* fix: update references to logging exporter (#1383)

This exporter has been replaced by the debug exporter and will be removed soon. Related to open-telemetry/opentelemetry-collector#11037

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>

* fix: Update collector tag in example to latest (#1384)

Follow-up from #1383. Debug exporter isn't available until v0.86.0, so this new configuration throws an error when trying to run the collector. `Error: cannot unmarshal the configuration: unknown exporters type "debug" for "debug"` Instead of setting to v0.86.0, I noticed the other docker files omitted the tag (so latest is pulled). I just updated this to match.

* Remove `MeterInterface::isEnabled()` and fix meter config re-enabling (#1387)

* Update SPI dependency to v1. (#1388)

* Fix README badges. (#1389)

* add phpDocumentor instructions to Makefile (#1385)

* add phpDocumentor instructions to Makefile

Signed-off-by: svrnm <neumanns@cisco.com>

* update DEVELOPMENT.md

Signed-off-by: svrnm <neumanns@cisco.com>

---------

Signed-off-by: svrnm <neumanns@cisco.com>

* Update README.md (#1344)

* Fix `IncompatibleReturnValueException` in `MessageFactoryTest` (#1392)

PSR7 `RequestInterface::getUri()` must return `UriInterface`, not `string`; explicit typehint was added in `2.0`.

* more implicit nulls

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: svrnm <neumanns@cisco.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: Jamie Danielson <jamieedanielson@gmail.com>
Co-authored-by: Tobias Bachert <git@b-privat.de>
Co-authored-by: Chris Lightfoot-Wild <github-clw@wild.me.uk>
Co-authored-by: Severin Neumann <neumanns@cisco.com>
Co-authored-by: Oleg <142805497+devactivity-team@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants