We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When uploading a JSON containing labels, the upload succeeds but the labels are parsed incorrectly.
The labels should be parsed and rendered correctly.
Use the JSON below (downloaded from the Recording view) to upload labels in the Archive Upload Modal.
{ "labels": [ { "key": "connectUrl", "value": "service:jmx:rmi:///jndi/rmi://localhost:0/jmxrmi" }, { "key": "template.type", "value": "TARGET" }, { "key": "jvmId", "value": "uiHfwHuHaz-0gyN5t3R70FfABvAlHRu3ak1YEDfDEJc=" }, { "key": "template.name", "value": "Continuous" } ] }
- OS: Fedora - Environment: Smoketest with `docker-compose` - Version: `4.0.0-dev` (likely affects `3.0.0`)
The text was updated successfully, but these errors were encountered:
Confirmed this affected 3.0.0 :((
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Current Behavior
When uploading a JSON containing labels, the upload succeeds but the labels are parsed incorrectly.
Expected Behavior
The labels should be parsed and rendered correctly.
Steps To Reproduce
Use the JSON below (downloaded from the Recording view) to upload labels in the Archive Upload Modal.
Environment
Anything else?
The text was updated successfully, but these errors were encountered: