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
<PackageReference Include="Stormancer.Server.Plugins.Analytics" Version="2.1.1.3" />
paket add Stormancer.Server.Plugins.Analytics --version 2.1.1.3
#r "nuget: Stormancer.Server.Plugins.Analytics, 2.1.1.3"
// Install Stormancer.Server.Plugins.Analytics as a Cake Addin #addin nuget:?package=Stormancer.Server.Plugins.Analytics&version=2.1.1.3 // Install Stormancer.Server.Plugins.Analytics as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.Analytics&version=2.1.1.3
Provides analytics services to a Stormancer application.
Product | Versions 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. |
-
net8.0
- Stormancer.Abstractions.Server.Users (>= 1.1.0.7)
- Stormancer.Server.Plugins.Api (>= 3.2.0.1)
- Stormancer.Server.Plugins.Configuration (>= 2.1.3)
- Stormancer.Server.Plugins.Database.Elasticsearch (>= 2.3.1.3)
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 | 40 | 2/28/2025 |
2.1.1.3-pre | 385 | 9/30/2024 |
2.1.1.2-pre | 1,002 | 4/22/2024 |
2.1.1.1-pre | 318 | 4/8/2024 |
2.1.1-pre | 192 | 3/13/2024 |
2.1.0.4-pre | 286 | 3/11/2024 |
2.1.0.3-pre | 914 | 11/7/2023 |
2.1.0.2-pre | 2,032 | 5/17/2023 |
2.1.0.1-pre | 1,117 | 5/10/2023 |
2.1.0-pre | 238 | 5/9/2023 |
2.0.6.1 | 478 | 5/9/2023 |
2.0.6.1-pre | 642 | 4/11/2023 |
2.0.6 | 2,720 | 10/26/2022 |
2.0.5 | 974 | 10/18/2022 |
2.0.4.5 | 2,728 | 9/28/2022 |
2.0.4.5-pre | 577 | 9/12/2022 |
2.0.4.3-pre | 788 | 8/2/2022 |
2.0.4.2-pre | 1,726 | 2/28/2022 |
2.0.4.1 | 3,097 | 2/7/2022 |
2.0.4 | 6,131 | 10/14/2021 |
2.0.4-pre | 1,566 | 8/12/2021 |
2.0.3.1 | 3,593 | 5/23/2021 |
2.0.2 | 2,594 | 4/29/2021 |
2.0.1 | 3,372 | 3/1/2021 |
2.0.0.3 | 4,246 | 12/4/2020 |
1.0.1 | 2,340 | 10/20/2020 |
1.0.1-pre | 3,633 | 6/5/2020 |
1.0.0.4 | 2,405 | 5/27/2020 |
1.0.0.4-pre | 2,097 | 3/29/2020 |
1.0.0.3 | 6,735 | 1/4/2020 |
1.0.0.3-pre | 1,835 | 2/22/2020 |
1.0.0.2 | 3,037 | 1/3/2020 |
1.0.0.1 | 842 | 1/3/2020 |
1.0.0 | 770 | 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.