-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: add Dynatrace datasource #2989
Conversation
Signed-off-by: Adam Gardner <[email protected]>
examples/tracetest-dynatrace/tracetest/tracetest-provision.yaml
Outdated
Show resolved
Hide resolved
docs/docs/examples-tutorials/recipes/running-tracetest-with-dynatrace.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marked a couple spots that may need correction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @agardnerIT ! thanks for your contribution! 😄
I've added some comments that we can improve on this PR. Does them make sense?
docs/docs/examples-tutorials/recipes/running-tracetest-with-dynatrace.md
Outdated
Show resolved
Hide resolved
docs/docs/examples-tutorials/recipes/running-tracetest-with-dynatrace.md
Outdated
Show resolved
Hide resolved
docs/docs/examples-tutorials/recipes/running-tracetest-with-dynatrace.md
Outdated
Show resolved
Hide resolved
|
||
## Prerequisites | ||
|
||
You will need [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your machine to run this sample app! Additionally, you will need a Datadog account and an API. Sign up to Datadog on their [homepage](https://www.datadoghq.com/) by clicking on `Get Started Free`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will need [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your machine to run this sample app! Additionally, you will need a Datadog account and an API. Sign up to Datadog on their [homepage](https://www.datadoghq.com/) by clicking on `Get Started Free`. | |
You will need [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your machine to run this sample app! Additionally, you will need a Datadog account and an API Key. Sign up for Dynatrace on their [homepage](https://www.dynatrace.com/) by clicking on `Free trial`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danielbdias is going to review this today. If we can get it knocked out, we may be able to slide it into the RC on Monday and then release on Tuesday!
docs/docs/examples-tutorials/recipes/running-tracetest-with-dynatrace.md
Outdated
Show resolved
Hide resolved
docs/docs/examples-tutorials/recipes/running-tracetest-with-dynatrace.md
Outdated
Show resolved
Hide resolved
…natrace.md Co-authored-by: Daniel Baptista Dias <[email protected]>
Signed-off-by: Adam Gardner <[email protected]>
Signed-off-by: Adam Gardner <[email protected]>
Signed-off-by: Adam Gardner <[email protected]>
Signed-off-by: Adam Gardner <[email protected]>
Signed-off-by: Adam Gardner <[email protected]>
Really not sure how I missed all of that! Hopefully those new commits resolve all the issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments that can help to fix the CI for the server and frontend. By making these changes, we are ready to go with this PR.
@@ -194,7 +194,8 @@ components: | |||
awsxray, | |||
honeycomb, | |||
azureappinsights, | |||
signoz | |||
signoz, | |||
dynatrace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you run make generate-web
to make this change reflect on the Web UI and commit the change on web/src/types/Generated.types.ts
?
By doing that the UI CI tasks will run normally and the frontend will build.
Signed-off-by: Adam Gardner <[email protected]>
I've fixed the SVG and code comments. Having some trouble running
Creating an optimized production build...
|
Thanks for this feedback @agardnerIT ! I will double-check with the team about this. I will take a look on |
By adding the generated content, this PR works. I'll merge it and add the generated FE content in another PR. |
Very excited to have this in and released!!! |
This PR adds Dynatrace as a DataStore to Tracetest.
Changes
Checklist