Skip to content
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

Documentation about how to monitor background processes #80

Open
willianantunes opened this issue Jun 28, 2023 · 1 comment
Open

Documentation about how to monitor background processes #80

willianantunes opened this issue Jun 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@willianantunes
Copy link

willianantunes commented Jun 28, 2023

Is your feature request related to a problem? Please describe.

We had been using OpenTelemetry and had to stop using it because it does not support database analytics or the Davis AI. The Dynatrace Support (through request 133516) suggested using the Dynatrace SDK instead (see the image below).

image

So we started implementing the autodynatrace, which uses the Dynatrace SDK. The thing is, no article or guide describes how to instrument a job, consumer, or anything related. The competition has a document called monitor background processes and other non-web transactions, but none is available on Dynatrace. We've been trying to configure a consumer past few weeks without success. Our scenario:

Describe the solution you'd like

An official documentation from Dynatrace.

If we come up with a solution through this issue, I can write a blog post informing others how to monitor, including a complete project to download. People can use it as an example.

Describe alternatives you've considered

We're considering changing the company's ecosystem with more than 100 applications to the competition because what we're doing does not work.

Additional context

The following project has everything to mimic our scenario by running a Kubernetes locally:

https://github.com/MatheusGeiger/django-with-instrumentation

Check out this explanation and how we do the instrumentation.


We have an open-source project with OpenTelemetry. It works like a charm (web and background processes), but the full set of features is not available.

https://github.com/juntossomosmais/opentelemetry-instrumentation-django-stomp

@MatheusGeiger
Copy link
Contributor

Related issue about this scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants