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

["Observability"] Implement APM, Template Example and Create Enhancement for other to contribute. #566

Open
3 tasks
MooseQuest opened this issue Apr 22, 2020 · 1 comment · May be fixed by #580
Open
3 tasks
Labels
enhancement New feature or request k8s app Requires work on the k8s app configuration

Comments

@MooseQuest
Copy link
Collaborator

Application Performance Management allows us to instrument the app to understand what is happening on the inside and not just via stdout.

This is to implement APM for a function in CHIME and then produce reference documentation to how to implement. The last part is to produce an issue (enhancement) that allows you to place this anywhere in the project, or reusable in any extension.

To mark this resolved, we must:

  • Implement APM and show in Elasticstack
  • Write up Reference Documentation to show to accomplish this in a repeatable fashion.
  • Create Enhancement Issue and reference documentation for others to instrument.
@MooseQuest MooseQuest added enhancement New feature or request k8s infra Requires work on ops-facing workloads which support k8s app k8s app Requires work on the k8s app configuration and removed k8s infra Requires work on ops-facing workloads which support k8s app labels Apr 22, 2020
@fxdgear
Copy link
Contributor

fxdgear commented Apr 22, 2020

Reference Docs can be found here: https://www.elastic.co/guide/en/apm/get-started/current/overview.html

Reference for Python APM agent can be found here: https://www.elastic.co/guide/en/apm/agent/python/current/index.html

Once we get a finalized implementation of the APM server you can configure the deployment of your applications POD with a few ENV vars referenced here

@turnUpTheChill turnUpTheChill linked a pull request Apr 29, 2020 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request k8s app Requires work on the k8s app configuration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants