-
Notifications
You must be signed in to change notification settings - Fork 726
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
Correct OTel endpointAddress argument (it's not a URL) #4067
Closed
Conversation
This file contains 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
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Upmerge 1.12 --> 1.13
Signed-off-by: Hannah Hunter <[email protected]>
Update limitation for js Signed-off-by: kaibocai <[email protected]>
Signed-off-by: kaibocai <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
…rkflow/workflow-features-concepts.md Co-authored-by: Hannah Hunter <[email protected]> Signed-off-by: kaibocai <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Fixes dapr#3914 Signed-off-by: ItalyPaleAle <[email protected]>
Signed-off-by: Fabian Martinez <[email protected]>
Co-authored-by: Hannah Hunter <[email protected]> Signed-off-by: Alessandro (Ale) Segala <[email protected]>
Update limitation for js
Signed-off-by: Hannah Hunter <[email protected]>
Fixes dapr#3987 Includes documenting the new "http.increasedCardinality" configuration option Signed-off-by: ItalyPaleAle <[email protected]>
…ame-resolution/nr-sqlite.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Alessandro (Ale) Segala <[email protected]>
Fixes dapr#3203 Signed-off-by: ItalyPaleAle <[email protected]>
…verview.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Alessandro (Ale) Segala <[email protected]>
Co-authored-by: Hannah Hunter <[email protected]> Signed-off-by: Alessandro (Ale) Segala <[email protected]>
Signed-off-by: ItalyPaleAle <[email protected]>
Fix the copy/paste typo
Add section on graceful shutdown duration
Signed-off-by: Hannah Hunter <[email protected]>
…one with an annotation, not by setting a helm argument (dapr#4124) Clarify that disabling kubernetes built in secret store can only be done with an annotation, not by setting a helm argument Signed-off-by: james-bartlett <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]> Co-authored-by: Yaron Schneider <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
[Kubernetes] Update CRD for troubleshooting step
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Resurrecting this PR - @andrejpk could you reopen this PR and point it to 1.13 instead of 1.12? |
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
…ample (dapr#4132) * Added workflow concurrency example for .NET Signed-off-by: Whit Waldo <[email protected]> * Removed extension method that was doubling up calls and shortened to simpler inline example Signed-off-by: Whit Waldo <[email protected]> * Removed unused extension method Signed-off-by: Whit Waldo <[email protected]> * Neglected to include the Task.WhenAll line persisting the remaining result values Signed-off-by: Whit Waldo <[email protected]> * Fixed parallism limit Signed-off-by: Whit Waldo <[email protected]> * Adding proposed concluding thoughts Co-authored-by: Chris Gillum <[email protected]> Signed-off-by: Whit Waldo <[email protected]> * Approved proposed language Co-authored-by: Chris Gillum <[email protected]> Signed-off-by: Whit Waldo <[email protected]> --------- Signed-off-by: Whit Waldo <[email protected]> Co-authored-by: Chris Gillum <[email protected]> Co-authored-by: Hannah Hunter <[email protected]>
Update Docker command for MongoDB state component
[Daprbot] Add rust-sdk to `/assign` support
[State stores] Add `actorStateStore` metadata to applicable specs
Stale PR, paging all reviewers |
andrejpk
force-pushed
the
apk_clarify_otel_host
branch
from
May 13, 2024 18:17
453d124
to
e2ea14d
Compare
Signed-off-by: Andrej Kyselica <[email protected]>
Replaced with #4145 |
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:
In addition, please fill out the following to help reviewers understand this pull request:
Description
The Tracing docs imply that you should use a URL in tracing.otel.endpointAddress but it's looking for a hostname or hostname:port
Issue reference
#4068