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 <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>
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