inspectit-ocelot
inspectit-ocelot copied to clipboard
inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data
**Describe the bug** See https://jitpack.io/#inspectit/inspectit-ocelot/ The build log reports an error >⚠️ ERROR: No build artifacts found > Expected artifacts in: $HOME/.m2/repository/rocks/inspectit/ocelot/inspectit-ocelot- > config/SNAPSHOT This seems to have broken when...
Closes #1403 . Since I did not want to spend a lot of time, fixing the dependency issues that arised in the fork of the other PR, I started to...
**Describe the bug** There were reports that when the log-preloading is activated the CPU usage goes up to over 25 % in comparison to 3% when the log-preloading is deactivated....
In order to replace the OpenCensus-to-OpenTelemetry-shim with native OpenTelemetry (OTEL) support (see #1336), we need to replace OpenCensus (OC) "metrics" by OTEL metrics. For this feature, all OC metric dependencies...
**Describe the bug** config yaml: ``` s_exclude_lock_scope: type: name: '.*((Controller|Service.*))$' matcher-mode: MATCHES methods: - annotations: - name: 'Lock' matcher-mode: CONTAINS s_common_code_scope: type: name: '.*((Controller|Service.*))$' matcher-mode: MATCHES methods: - name: '^((?!lambda).)*$'...
**Describe the bug** At the config server UI, when being in the configuration tab, right-clicking on a file in the file tree or on an empty space in the file...
**Describe the bug** In the config ui, when opening an empty yaml file, an error message gets thrown because of a disallowed MIME type. **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** The configuration server ui uses yarn `v1.16.0` (see `build.gradle` in the `inspectit-ocelot-configurationserver` component), which has conflicts if the `yarn.lock` file...
**Describe the bug** When there are no files in the working directory of the config server, the default mapping does not work for inspectIT Agents. **Expected behavior** The default mapping...
**Describe the bug** When I enable the agent commands (and/or log-preloading) in the configuration server and then later disable them, I receive the following exception: ```Java 2022-11-15 11:40:51,139 ERROR 382527...