Update deprecated exporter#4543
Merged
Merged
Conversation
yaron2
approved these changes
Feb 15, 2025
Member
|
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 <[email protected]> * Update deprecated exporter (#4543) Co-authored-by: Uncensored <Uncensored@DESKTOP-SVLGO47> * docs: also restart sidecar-injector Signed-off-by: Joey Freeland <[email protected]> * Update daprdocs/content/en/operations/security/mtls.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Joey Freeland <[email protected]> * Update mtls.md Updating the dapr init -k command Signed-off-by: Mark Fussell <[email protected]> * update kafka bulk metadata options Signed-off-by: Gallardot <[email protected]> * fix missing tabs end Signed-off-by: Gallardot <[email protected]> --------- Signed-off-by: fvanzee <[email protected]> Signed-off-by: Joey Freeland <[email protected]> Signed-off-by: Joey Freeland <[email protected]> Signed-off-by: Mark Fussell <[email protected]> Signed-off-by: Gallardot <[email protected]> Signed-off-by: Hannah Hunter <[email protected]> Co-authored-by: fvanzee <> Co-authored-by: Vladimir Damov <[email protected]> Co-authored-by: Uncensored <Uncensored@DESKTOP-SVLGO47> Co-authored-by: Joey Freeland <[email protected]> Co-authored-by: Joey Freeland <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Gallardot <[email protected]>
Contributor
|
@holopin-bot @vdamov Thank you! Here's a digital badge as a small token of appreciation. |
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
Description
This PR updates the
open-telemetry-collector-jaeger.yamlconfiguration file to address a deprecation error. The previous configuration used the deprecatedloggingexporter with theloglevelproperty, which has now been replaced with thedebugexporter and theverbosityproperty.Changed:
From:
To:
This change resolves the error:
Issue reference