-
Notifications
You must be signed in to change notification settings - Fork 52
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 Dynatrace to landscape model #175
Conversation
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.
Hey there, there are some unresolved references which need to be fixed as the data-model cannot be build otherwise. :)
You can check if the model can be build with >$npm run-script build <
- prometheus-exposition-format | ||
dataTo: | ||
- grafana | ||
dataFrom: |
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.
influx, prometheus and jaeger need to actually reference another component id. So e.g. 'influxdata-influxdb' or 'influxdata-telegraf' instead. Which id's are available can be looked up in the respective component file yaml.
dataFrom: | ||
- opencensus | ||
- opentelemetry | ||
- prometheus |
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.
same here :)
I think these satisfy your comments? |
Updating Model to have dynatrace send data to itself
Added Dynatrace, OneAgent, ActiveGate, and Micrometer to the OpenAPM landscape.