Skip to content

Conversation

@vdamov
Copy link
Contributor

@vdamov vdamov commented Feb 15, 2025

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

Description

This PR updates the open-telemetry-collector-jaeger.yaml configuration file to address a deprecation error. The previous configuration used the deprecated logging exporter with the loglevel property, which has now been replaced with the debug exporter and the verbosity property.

Changed:

From:

exporters:
  logging:
    loglevel: debug

To:

exporters:
  debug:
    verbosity: detailed

This change resolves the error:

Error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):

error decoding 'exporters': the logging exporter has been deprecated, use the debug exporter instead
2025/02/15 01:07:03 collector server run finished with error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):

error decoding 'exporters': the logging exporter has been deprecated, use the debug exporter instead

Issue reference

@vdamov vdamov requested review from a team as code owners February 15, 2025 01:27
@yaron2 yaron2 added this to the 1.15 milestone Feb 15, 2025
@yaron2 yaron2 merged commit 27683a6 into dapr:v1.14 Feb 15, 2025
6 of 7 checks passed
@yaron2
Copy link
Member

yaron2 commented Feb 15, 2025

Thanks for your contribution

msfussell added a commit that referenced this pull request Feb 26, 2025
* update self-hosted-with-docker docs

Increase tmpfs size to prevent "no space left on device" error

Signed-off-by: fvanzee <5238563+fvanzee@users.noreply.github.com>

* Update deprecated exporter (#4543)

Co-authored-by: Uncensored <Uncensored@DESKTOP-SVLGO47>

* docs: also restart sidecar-injector

Signed-off-by: Joey Freeland <joey@free.land>

* Update daprdocs/content/en/operations/security/mtls.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Joey Freeland <30938344+jfreeland@users.noreply.github.com>

* Update mtls.md

Updating the dapr init -k command

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* update kafka bulk metadata options

Signed-off-by: Gallardot <gallardot@apache.org>

* fix missing tabs end

Signed-off-by: Gallardot <gallardot@apache.org>

---------

Signed-off-by: fvanzee <5238563+fvanzee@users.noreply.github.com>
Signed-off-by: Joey Freeland <joey@free.land>
Signed-off-by: Joey Freeland <30938344+jfreeland@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Gallardot <gallardot@apache.org>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: fvanzee <>
Co-authored-by: Vladimir Damov <37113660+vdamov@users.noreply.github.com>
Co-authored-by: Uncensored <Uncensored@DESKTOP-SVLGO47>
Co-authored-by: Joey Freeland <joey.freeland@collins.com>
Co-authored-by: Joey Freeland <30938344+jfreeland@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Gallardot <gallardot@apache.org>
@marcduiker
Copy link
Contributor

@holopin-bot @vdamov Thank you! Here's a digital badge as a small token of appreciation.

@holopin-bot
Copy link

holopin-bot bot commented Jun 11, 2025

Congratulations @vdamov, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmbrzow3b184007lefn3ucq64

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

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.

3 participants