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

Explore opentelemetry #79

Open
OskarLiew opened this issue Apr 15, 2021 · 0 comments
Open

Explore opentelemetry #79

OskarLiew opened this issue Apr 15, 2021 · 0 comments

Comments

@OskarLiew
Copy link
Contributor

Opentelemetry is a set of tools to collect and export telemetry data (metrics, logs, traces) for analysis.

I can see a number of use-cases:

  • It can be used to ensure uptime
  • Extract usage data, which functionalities are used
  • Use with something like Jaeger to for dashboards to monitor the health and performance of a service
  • Can probably replace the current monitoring solution

How to implement:

  • Use WSGI middleware to automatically get HTTP request data
  • Run an Opentelemetry Collector inside the manager application and let users choose where to send the data.

How to implement depends on whether we want to monitor only the manager or service calls as well.

@mile95 mile95 transferred this issue from vikinganalytics/daeploy Apr 20, 2021
@OskarLiew OskarLiew transferred this issue from vikinganalytics/daeploy-issues Dec 9, 2021
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

No branches or pull requests

1 participant