You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When exporting request attributes, the generated json does not contain information about filters applied to, for example, the process group
How to reproduce
Steps to reproduce the behavior:
Prepare the request attribute by narrowing it down to a process group
make an export request for attributes
make an import
Expected behavior
I expect the transfer of specific rules, e.g. process group
Thanks @BruceSpruce,
I think you are right, ProcessGroups get lost during download of request attributes.
It seems, that the API requires a special query parameter to be set when fetching request attributes which monaco currently doesn't do. Since you cannot modify the requests monaco executing I think there is no way to workaround that issue. This would need to be fixed in the code. I'll come back to you as soon I have more information.
Describe the bug
When exporting request attributes, the generated json does not contain information about filters applied to, for example, the process group
How to reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the transfer of specific rules, e.g. process group
Log output
{
"aggregation": "FIRST",
"confidential": false,
"dataSources": [
{
"enabled": true,
"methods": [
{
"argumentIndex": 2,
"capture": "ARGUMENT",
"method": {
"argumentTypes": [
"XX.XXXXX.aip.event.bus.domain.EventBusOffsetKey",
"java.lang.Long",
"java.lang.String",
"java.lang.String",
"java.lang.String"
],
"className": "XX.XXXXX.aip.event.bus.dlq.EventBusDeadLetterQueueBean",
"methodName": "saveNewError",
"modifiers": [],
"returnType": "void",
"visibility": "PUBLIC"
}
}
],
"scope": {},
"source": "METHOD_PARAM",
"technology": "JAVA",
"valueProcessing": {
"splitAt": "",
"trim": false
}
}
],
"dataType": "STRING",
"enabled": true,
"name": "{{.name}}",
"normalization": "ORIGINAL",
"skipPersonalDataMasking": false
}
Environment (please complete the following information):
Docker dynatrace/monaco-runner:2.11.0
The text was updated successfully, but these errors were encountered: