-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add observability-search link rendering for integrations #1642
Add observability-search link rendering for integrations #1642
Conversation
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1642 +/- ##
==========================================
+ Coverage 57.60% 57.66% +0.06%
==========================================
Files 367 367
Lines 13921 13902 -19
Branches 3651 3645 -6
==========================================
- Hits 8019 8017 -2
+ Misses 5839 5822 -17
Partials 63 63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Add observability-search link rendering for integrations Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Update snapshots Signed-off-by: Simeon Widdis <sawiddis@amazon.com> --------- Signed-off-by: Simeon Widdis <sawiddis@amazon.com> (cherry picked from commit e1e6da7) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add observability-search link rendering for integrations * Update snapshots --------- (cherry picked from commit e1e6da7) Signed-off-by: Simeon Widdis <sawiddis@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…project#1642) * Add observability-search link rendering for integrations Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Update snapshots Signed-off-by: Simeon Widdis <sawiddis@amazon.com> --------- Signed-off-by: Simeon Widdis <sawiddis@amazon.com> (cherry picked from commit e1e6da7)
Description
When an observability-search object is added to an integration, it's currently not hyperlinked as it wasn't defined in the list of linkable asset types. This PR adds dynamic linking for saved queries without needing to go through the logs page.
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.