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
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
A maintainer will look over your request, and we'll help you flesh it and provide additional context/requirements as necessary.
We welcome contributions from the community! If you're looking to contribute to this request, open a PR and connect it to the Github issue.
Once your PR is approved and merged, we will close this issue and mark it as complete.
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