feat: download trace by itssharmasandeep · Pull Request #867 · hypertrace/hypertrace-ui · GitHub
Skip to content

feat: download trace#867

Merged
itssharmasandeep merged 16 commits into
mainfrom
download-trace
May 24, 2021
Merged

feat: download trace#867
itssharmasandeep merged 16 commits into
mainfrom
download-trace

Conversation

@itssharmasandeep

Copy link
Copy Markdown
Contributor

Description

Download trace.
one {traceId}.json file will be downloaded

Testing

Local testing done.

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@itssharmasandeep itssharmasandeep requested a review from a team as a code owner May 20, 2021 14:23
@codecov

codecov Bot commented May 20, 2021

Copy link
Copy Markdown

@github-actions

This comment has been minimized.

anandtiwary
anandtiwary previously approved these changes May 24, 2021
Base automatically changed from download-json to main May 24, 2021 13:21
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

<ht-download-json
class="download"
[dataSource]="this.exportSpans$"
[fileName]="traceDetails.id + '.json'"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit (slightly more readable, IMO):

Suggested change
[fileName]="traceDetails.id + '.json'"
fileName="{{traceDetails.id}}.json"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!!

Comment thread projects/observability/src/pages/api-trace-detail/api-trace-detail.page.module.ts Outdated
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@itssharmasandeep itssharmasandeep merged commit f45651b into main May 24, 2021
@itssharmasandeep itssharmasandeep deleted the download-trace branch May 24, 2021 16:12
@github-actions

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants