capitalone / Stratum-Observability

A no-dependency library defining a framework for sending analytics and observability events in a standardized format. Stratum-Observability is a plugin-based framework that allows you to create your own custom plugins to define, validate, and publish events to your observability stack.
Apache License 2.0
22 stars 4 forks source link

Add a simple Stratum plugin for example purposes #9

Open haobrien opened 3 weeks ago

haobrien commented 3 weeks ago

What's the problem you are facing? Create a simple example of a plugin.

Describe the solution you're proposing Create a simple plugin that logs Stratum events to the browser's console.

Additional context This plugin can also be referenced in the Stratum README as an example for others.


Note that any Stratum enhancements should add general functionality that applies to a broad range of users. If you're looking to add custom functionality to your specific application, we recommend creating or extending existing plugins when possible.

Next steps

erolunal commented 3 weeks ago

@haobrien , this is an awesome contribution! Looking forward to the PR and incorporating the plugin into our instructional docs!