Metrics are missing from open-source resiliency projects in the .NET ecosystem where in equivalent Java libraries, metrics tend to be common.
FusionCache is a feature rich caching library addressing resiliency needs of today’s enterprise implementations. This project is a collection of plugins that enable the collection and reporting of cache metrics.
This naming convention of these projects, examples and packages are prefixed with ZiggyCreatures.Caching.Fusion.Metrics
to highlight that they are different from the packages produced by the ZiggyCreatures.FusionCache repository
Currently three plugins and three example usages exist in the repository. Read the docs in those areas to start using metrics in your projects.
examples
- EventCountersPluginExampleDotNetCore
- AppMetricsPluginExampleFrameworkOnAspNetCore
- AppMetricsPluginExampleFramework
- OpenTelemetry.Instrumentation.FusionCache. FusionCache OpenTelemetery implementation for metrics
- OpenTelemetry.Exporter.InfluxDB. An InfluxDB reporter if you are using OpenTelemetry and want to publish metrics to InfluxDB or InfluxCloud.