Tyler Helmuth
Tyler Helmuth
@seankhliao Would replace_pattern or replace_match work for you?
@seankhliao you raise an interesting point. I certainly don't want to keep adding new cases for each character that someone wants to delimit with. I think it would be good...
With https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/20879 I think optional parameters will be the solution to this issue.
Optional Parameter support is released which means we can come back to this issue. I feel the solution is to add a new optional parameter
We should support publishing a 2.x image for the operator to use if configured, but continue to default to the 1.x image. I believe we'll also need to update some...
@pavolloffay you're right. I coded up a solution that let's us maintain 2.x and 1.x versions simultaneously, but if you're ok with the value in `versions.txt` moving back and forth...
We already use the ip for association, allowing it to be an extracted resource feel reasonable
As an alternative, for unexpected situations like this, the transformprocessor can be used to modify span names. The [OTTL roadmap](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18643) states that the redactionprocessor fills a significant role and that...
@h0cheung once I'm back from Kubecon I'll give this PR another review and help move it forward.
I don't think there is any reason we couldn't add service names to telemetry, but we should flush out which service names should be added. Given data from a specific...