SLOs set labels
FelixBarsnickTS opened this issue · 10 comments
Hi Nobl9 team,
I am currently building SLOs transitioning from yaml to terraform.
Is it possible to set (multiple) labels for SLOs or is it just missing in the documentation?
Thanks for your help
Felix
Hi Felix,
Labels are currently not supported in our terraform provider.
It is already identified as a missing feature - I will bring your request to our product team.
Thanks for letting us know about your needs - this helps us prioritizing :)
Hi @kskitek ,
thank you very much for the reply. Do you have an idea when labels might be available?
Hi Felix, I'm Natalia, one of the Product Owners at Nobl9. I prioritized the support for labels in Terraform Provider, it the end of this month an acceptable ETA?
Hi @NataliaSikora end of the month sounds very good, thank you very much for the reply
Hey, @FelixBarsnickTS we are starting the work on labels support. I will let you know next week when it will be ready.
Hi @FelixBarsnickTS, we plan to release labels support next week.
Hello, is there an update when this feature could be released?
Hi Felix, Apologies for the delay. This task is currently in review, waiting for the next release slot scheduled within 1-2 weeks.
Hi @FelixBarsnickTS , we added label support in v0.5.0
You can see the docs and examples how to use them here
label {
key = "env"
values = ["dev", "prod"]
}
label {
key = "team"
values = ["red"]
}