Mikel Blanchard
Mikel Blanchard
@cijothomas To add some context here... The use case I got from @vishweshbankwar is for AzureMonitor which wants to modify [this processor](https://github.com/Azure/azure-sdk-for-net/blob/edd4ad4ff6593f418ad567be6ccc2aad0088fa6e/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/src/LogFilteringProcessor.cs#L20) to be something like... ```csharp public override void...
Alignment? 🤔 > ## LogRecordProcessor > > ... > > The SDK MUST allow users to implement and configure custom processors and decorate built-in processors for advanced scenarios such as...
I definitely agree with the API and would love to have it! I don't know if the implementation is the correct direction though. The reason we don't already have this...
@robertcoltheart Why would users want to do this instead of using the `target_info` thing?
@robertcoltheart This bit from the spec? > The Resource attributes MAY be copied to labels of exported metric families if required by the exporter configuration, or MUST be dropped. The...
@robertcoltheart I added this to the agenda for our next SIG meeting so we can discuss if this is something we should do or not. Feel free to join! https://docs.google.com/document/d/1yjjD6aBcLxlRazYrawukDgrhZMObwHARJbB9glWdHj8/edit
@robertcoltheart We just discussed this a bit on our SIG meeting. The outcome was more or less no one really has expertise enough in Prometheus to make a call. @alanwest...
@dutts We discussed your PR on our SIG meeting yesterday. IIRC @vishweshbankwar had some feedback he was going to provide. I'll ping him right now as a reminder. edit: Sorry,...
@hez2010 Sorry it looks like your `TODO` introduced another lint warning. Would you fix that please and then I'll merge?
Hey @PeterOscarsson any chance you could give me a small repro app using Unity + 1.8 OtlpExporter I can use to debug?