Stormancer.Server.Plugins.Analytics 2.1.1.3

dotnet add package Stormancer.Server.Plugins.Analytics --version 2.1.1.3
                    
NuGet\Install-Package Stormancer.Server.Plugins.Analytics -Version 2.1.1.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Stormancer.Server.Plugins.Analytics" Version="2.1.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Server.Plugins.Analytics" Version="2.1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Server.Plugins.Analytics" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Stormancer.Server.Plugins.Analytics --version 2.1.1.3
                    
#r "nuget: Stormancer.Server.Plugins.Analytics, 2.1.1.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Stormancer.Server.Plugins.Analytics&version=2.1.1.3
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Server.Plugins.Analytics&version=2.1.1.3
                    
Install as a Cake Tool

Provides analytics services to a Stormancer application.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Stormancer.Server.Plugins.Analytics:

Package Downloads
Stormancer.Server.Plugins.Users

Provides authentication, user management and sessions features to a Stormancer server application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.1.3 331 2/28/2025
2.1.1.3-pre 646 9/30/2024
2.1.1.2-pre 1,088 4/22/2024
2.1.1.1-pre 362 4/8/2024
2.1.1-pre 234 3/13/2024
2.1.0.4-pre 349 3/11/2024
2.1.0.3-pre 1,175 11/7/2023
2.1.0.2-pre 2,549 5/17/2023
2.1.0.1-pre 1,260 5/10/2023
2.1.0-pre 262 5/9/2023
2.0.6.1 501 5/9/2023
2.0.6.1-pre 662 4/11/2023
2.0.6 2,745 10/26/2022
2.0.5 999 10/18/2022
2.0.4.5 2,754 9/28/2022
2.0.4.5-pre 602 9/12/2022
2.0.4.3-pre 815 8/2/2022
2.0.4.2-pre 1,762 2/28/2022
2.0.4.1 3,137 2/7/2022
2.0.4 6,171 10/14/2021
2.0.4-pre 1,604 8/12/2021
2.0.3.1 3,635 5/23/2021
2.0.2 2,640 4/29/2021
2.0.1 3,422 3/1/2021
2.0.0.3 4,301 12/4/2020
1.0.1 2,394 10/20/2020
1.0.1-pre 3,685 6/5/2020
1.0.0.4 2,461 5/27/2020
1.0.0.4-pre 2,155 3/29/2020
1.0.0.3 6,795 1/4/2020
1.0.0.3-pre 1,894 2/22/2020
1.0.0.2 3,094 1/3/2020
1.0.0.1 899 1/3/2020
1.0.0 831 1/2/2020

Added
*****
- Configure a scene to accept analytics from clients.
- Added IsDeploymentActive field to all events to know if they were produced by an active deployment.
- Added AnalyticsAccumulator class to compute in memory aggregated values from a ring buffer.

Changed
*******
- When receiving a client analytic event, use milliseconds since epoch as the date format.
- Improved error logging

Fixed
*****
- Don't cache locally the result of GetFederation and GetAppInfos in case they return an error.