-
Notifications
You must be signed in to change notification settings - Fork 36
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
Dynatrace 7.1 Images #26
Comments
@rlees85 have you ever had successfully installing/configuring and monitoring the containers via AppMon-Docker ? If yes, can you please provide some guidance? |
@kumar4sun we are using Kubernetes - and I followed these instructions: The only difference is that for the Java agents, I used the Its surprisingly easy, though I am still to tackle Nginx.... |
@rlees85 i am struggling to bring up app mon on docker. I have containerized microservices running on docker which i want to instrument. I have use Appmon on standalone app on JBOSS and very comfortable with it. However had no luck with Docker. Will you be able to assist me with the setup? |
I've never used JBOSS, but assume you'd normally instrument it by adding the dynatrace AppMon library to the java command line? If so I might be able to help, but probably won't be able to provide code as this was a while ago now.... |
Rich
Thanks for replying back. Currently i am not doing anything with Jboss but
have configured APPMON to work with it in past.
Right now all i am doing is trying to instrument few
microserivce containers running on docker by following the instructions
provided at https://github.com/Dynatrace/Dynatrace-AppMon-Docker
The challenges i am facing is :-
1. It seems there is some issue with SSL certificate being old with 7.0 and
collector is not connecting with Server
2. Client is not able to connect to server because of the same reason.
3. Tried to disable the SSL ports from .env file under collector and server
folders but still not luck.
4. No idea how to instrument my sprigboot microservices running on docker
container.
I am ok to pay you for your time if you are ok to help me with this.
…On Sat, Mar 14, 2020 at 8:26 AM Rich ***@***.***> wrote:
I've never used JBOSS, but assume you'd normally instrument it by adding
the dynatrace AppMon library to the java command line?
If so I might be able to help, but probably won't be able to provide code
as this was a while ago now....
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH2CXLJO6WQABYHGYTASGJ3RHNZY7ANCNFSM4FGGODGA>
.
|
Add an Your main container then mounts the same Feel free to paste your deployment YAML here and I can show you what changes need to be made (or send to me directly if you can't post it public). I don't have a working example here due to all the code we had to run AppMon being long-gone. |
@rlees85 and @kumar4sun the SSL errors that you are facing are probably related to the SSL certificates of AppMon being expired. Please upgrade AppMon or fix it by this link. However, I also strong recommend to change to Dynatrace (instead of AppMon) to monitor this, specially containers apps. Tks, |
As Dynatrace AppMon 7.1 was released in April it would be nice to have a Docker image for the Dynatrace Collector (version 7.1).
Edit: Just realised this repository is for more than just the collector. It also applies to dynatrace/agent, dynatrace/server, etc.
The text was updated successfully, but these errors were encountered: