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 unmarshaling CloudWatch data, the sequence nodes are getting improperly unmarshaled, causing an error when running olso convert
olso convert
Given file sli.yaml:
sli.yaml
apiVersion: openslo/v1 kind: SLI metadata: name: foo-sli spec: description: string # optional up to 1050 characters thresholdMetric: metricSource: metricSourceRef: foo-cloudwatch type: CloudWatch spec: metricName: 2xx namespace: CloudWatchSynthetics region: us-east-1 stat: SampleCount dimensions: - name: following value: bar
run oslo convert -f sli.yaml -o nobl9
oslo convert -f sli.yaml -o nobl9
This will cause an error
The yaml should be correctly parsed and the nobl9 yaml produced
The text was updated successfully, but these errors were encountered:
Seeing that this might not have solved for all use cases so reopening
Sorry, something went wrong.
ian-bartholomew
Successfully merging a pull request may close this issue.
Summary
when unmarshaling CloudWatch data, the sequence nodes are getting improperly unmarshaled, causing an error when running
olso convert
Steps to reproduce
Given file
sli.yaml
:run
oslo convert -f sli.yaml -o nobl9
What is the current bug behavior?
This will cause an error
What is the expected correct behavior?
The yaml should be correctly parsed and the nobl9 yaml produced
The text was updated successfully, but these errors were encountered: