Introducing Exporter Metadata in the GO Feature Flag Provider for OpenFeature.
This blog post dives into a new functionality introduced in the GO Feature Flag provider for OpenFeature: exporter metadata. We'll explore how it works and how you can leverage it to enrich your evaluation events with valuable static information.
What is Exporter Metadata?
Exporter metadata is an object you can configure when initializing your GO Feature Flag provider for OpenFeature.
It allows you to specify a set of static information that you want to consistently include with all your evaluation events. A good example of information you might include in exporter metadata is the environment in which your application is running, the version of the application or anything that helps you when you analyze your evaluation data.
This data is then forwarded to the exporter and incorporated into your feature events as a new field called metadata
.