Jack Berg
Jack Berg
> Being able to redact logs is a strong requirement for a lot of organizations and mutable logs would allow that to happen. This could also happen in the `LogExporter`...
#2703 should close this.
> I think deprecating the registry here and directing users to the New Relic maintained [registry] This is what is preferred from New Relic's perspective. > Given the breaking API...
> It looks like it would be correct for us to remove the OR conditional checking for names ending in count when deciding whether to make a counter or gauge...
@chalin Did you have any heuristics / rules of thumb in mind for how to decide whether content is better suited for the docs website or the source repository?
While there's no feature for this today, you could implement it yourself in a pretty straight forward manner with something like the following: ``` public class RefreshingMetricExporter implements MetricExporter {...
I've been working on this! Will have a PR sometime today.
FYI, the corresponding change to the [proto definition](https://github.com/open-telemetry/opentelemetry-proto/pull/409) has yet to be merged / released. Despite this, I think its ok for us to proceed with this change beforehand given...
I think we should take a hardline stance and say you can specify configuration via system properties OR environment variables, but not both. Map type properties would be the only...
We spoke about this in the 8/25/2022 Java SIG and decided on the following: - Resource providers for vendor agnostic attribute keys can live in `opentelemetry-java-instrumentation`, provided that there is...