-
Notifications
You must be signed in to change notification settings - Fork 70
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
Ocelot causes java.lang.NumberFormatException in Confluence #948
Comments
Hi @Marty, i suspect that this may be an error caused by the agent writing into http-headers in requests. For clarification: The agent ships with a default config. This config is designed to provide some standard metrics out of the box. Part of these are functions which add http-headers. These are used to recreate traces between services. To verfiy this, we need to deactivate the scopes that create these headers. In order to do so, please add a file with the following content to your config:
and check if the error still occurs. |
Yes this helped, thank you very much! Can you elaborate on what this does or point me to the docs for this? |
Unfortunately there is no documentation for the default configuration yet, however you can lookup the config here. What i send you basically turns off all rules connected to the http headers by deactivating all scopes they use. You can read more about that in our documentation. As for the http headers themselves: We use them to trace back requests between services. If you are interested you can check out one of our demos . We use the data from these headers to build our Service Graph you can find there. |
Hi @Marty, Since we are currently working on monitoring solutions for confluence and jira (and especially improving the user experience), could you tell us what your use cases for the inspectIT Agent are and what you plan to use the agent for? Cheers |
@MariusBrill Sort of. The problem of this issue is solved, now I ran into the next one (will open issue in a moment). We want to monitor the health (gc, ram, cpu ..) of our confluence/jira instances and notice early when something goes sideways to prevent any crashes/downtimes of the systems. |
I'm attaching
inspectit-ocelot-agent-1.6.1.jar
without any configuration to my confluence 7.4.1 instance. This breaks some functionality in a self-developed plugin, causing the following exception:When I disable ocelot everything works again and the exception does no longer occur.
Can you provide some idea as to why this happens and how I can get around that?
The text was updated successfully, but these errors were encountered: