open-feature / dotnet-sdk-contrib

OpenFeature Providers and Hooks for .NET
https://openfeature.dev
Apache License 2.0
26 stars 22 forks source link

[OTel Hook] Add custom-dimensions support to Metrics Hook #118

Open toddbaert opened 8 months ago

toddbaert commented 8 months ago

Support the addition of adding custom dimensions (attributes) to the evaluation_success_total metric. This is done by allowing users to define a function to extract dimensions from flag metadata.

Here is the equivalent Java implementation.

Task:

askpt commented 8 months ago

I'll look into this one @toddbaert

toddbaert commented 5 months ago

@askpt I'm going to unassign this from you because it's a good issue for our KubeCon contribfest. If you decide you'd like to work on it sooner though, or you have work pending, just reassign yourself or let me know.

There will be lots of other work incoming with spec v0.8.0 as well :sweat_smile:. I'll be creating issues for that.