EddeCCC

Results 12 comments of EddeCCC

Next was updated manually in https://github.com/inspectIT/inspectit-ocelot/pull/1630

At the moment the auto-completion returns the property name `use64-bit-trace-ids`. The agent accepts both `use-64-bit-trace-ids` and `use64-bit-trace-ids`. However, to comply to naming conventions, the auto-completion should return `use-64-bit-trace-ids`.

Actually, the `com.google.common.base.CaseFormat` does not treat digits as word boundaries, thus it always returns `use64-bit-trace-ids`. I believe it's simpler to just change the property name to the output of guava.

The new file location kinda already tells the user, which elements are part of the default configuration. But a more direct hint would be even better. For instance a different...

Hi @AbraDabakra, since the inspectIT default configuration only supports the javax.servlet, you need to overwrite the configuration for newer java versions, which use the jakarta.servlet. You can try to include...

Hi @AbraDabakra, do you mean the dashboards in https://github.com/inspectIT/inspectit-ocelot-demo ? We are not planning with updating them, since we are currently focused on developing [inspectIT v3](https://github.com/inspectIT/inspectit-gepard-agent), which will be an...

Sorry for the veeeeeery long inactivity... I am very happy about the detailed information. Sadly, I could not reproduce this issue with the current version `2.6.12`. Maybe the logback updates...

This problem was improved by introducing rule modularity. Several rules can be enabled or disabled within one rule. However, there is still no option to disable e.g. all javax rules...

Removing priority from this issue. A first idea for the concept would be to push promotions (commits) directly to another configuration server via UI. This would skip the need to...