-
Notifications
You must be signed in to change notification settings - Fork 29
Auto Implementation not detecting services #102
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
Comments
anyone else has this problem? Suspecting some kind of update to oneagent break this feature or something else? |
Same here. FastAPI 0.111.0 |
Same with me: autodynatrace 2.1.1 |
I had similar issue and I added the below to dockerfile and resolved the issue: ENV LD_LIBRARY_PATH="/dynatrace/agent/lib64:/usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu" |
Same for me:
The above workaround did not work. -- Update: |
Describe the bug
We have added the environment variable and installed autodynatrace for the python application that uses flask and fastapi.
Environment we are using::
Hosted the applications on EKS
Python 3.10.14
Autodynatrace 2.0.0
Error::
root@data-ingestion-result-handler-ws-589cd69d7b-trht9:/app# python3
2024-06-20 15:25:39,068: 41 WARNING autodynatrace - init: Could not initialize the OneAgent SDK, AgentState: 3
Python 3.10.14 (main, May 14 2024, 08:39:53) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: