inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

inspectIT Ocelot - Java agent for collecting application performance, tracing and behavior data

Results 180 inspectit-ocelot issues
Sort by recently updated
recently updated
newest added

**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...

bug

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....

bug
area/agent

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...

enhancement
idea

**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).)*$'...

bug

**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...

bug
area/config-ui

**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...

bug
area/config-ui

**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...

area/config-ui
idea

**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...

bug
area/config-server

**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...

bug
area/agent