feat(observability): add Dash0 as partner observability integration#1539
Open
juliafmorgado wants to merge 4 commits into
Open
feat(observability): add Dash0 as partner observability integration#1539juliafmorgado wants to merge 4 commits into
juliafmorgado wants to merge 4 commits into
Conversation
Add Dash0 as a third-party observability option in two places: - 01-tutorials/06-AgentCore-observability/04-Agentcore-runtime-partner-observability/Dash0/ Jupyter notebook demonstrating AgentCore Runtime + Strands Agents + Dash0 using OTLP/HTTP export - 03-integrations/observability/dash0/ Standalone Python example using uv with a Strands travel agent Dash0 is an OpenTelemetry-native observability platform. The integration uses OTLP/HTTP with Bearer token authentication, following the same pattern as the existing OTLP-based partner integrations. Also updates READMEs in 04-Agentcore-runtime-partner-observability/, 06-AgentCore-observability/, and 03-integrations/ to list Dash0 alongside the other supported platforms. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Author
|
/review ready |
New users have a 'default' dataset created automatically on signup; using a custom dataset name means telemetry is invisible until the dataset is manually created. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
This PR is ready for review. |
Collaborator
|
Hi Julia, |
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.
Add Dash0 as a third-party observability option in two places
Issue number: #1515
Concise description of the PR
Adds Dash0 as a supported partner observability platform, because it is OpenTelemetry-native and follows the same OTLP/HTTP integration pattern already used by existing partner integrations.
User experience
Before: Users integrating AgentCore Runtime with Strands Agents had no Dash0 observability example to follow.
After: Users can follow either a Jupyter notebook tutorial (
01-tutorials/06-AgentCore-observability/04-Agentcore-runtime-partner-observability/Dash0/) or a standalone Python example (03-integrations/observability/dash0/) to send traces from AgentCore Runtime + Strands Agents to Dash0 via OTLP/HTTP with Bearer token auth. Partner observability READMEs are updated to list Dash0 alongside other supported platforms.Checklist
If your change doesn't seem to apply, please leave them unchecked.
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.