18 Jul 2024 04:05 PM - last edited on 08 Aug 2024 12:13 PM by Michal_Gebacki
We have a spring boot microservice, we build our containers with the bootBuildImage.
This command will create a container using Paketo build packs to compile, we have been doing this for 18 months or so.
https://github.com/paketo-buildpacks
I would like to add the dynatrace layer to enable monitoring via the oneagent agent.
https://github.com/paketo-buildpacks/dynatrace
The dynatrace binding contains the api key and api url for our saas dynatrace server.
At compile time it attaches to our DT server to get the agent, installs it and configures it.
With the new container running in cloud run I see no evidence in the dynatrace UI of my monitored microservice.
Do i need to set environment variables for runtime? I think they get picked up from the binding.
Where in the Dynatrace SAAS UI would i start to see this new monitored cloud run instance?
Any help appreciated.