AICentral.Logging.AzureMonitor 0.16.2

dotnet add package AICentral.Logging.AzureMonitor --version 0.16.2
NuGet\Install-Package AICentral.Logging.AzureMonitor -Version 0.16.2
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="AICentral.Logging.AzureMonitor" Version="0.16.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AICentral.Logging.AzureMonitor --version 0.16.2
#r "nuget: AICentral.Logging.AzureMonitor, 0.16.2"
#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.
// Install AICentral.Logging.AzureMonitor as a Cake Addin
#addin nuget:?package=AICentral.Logging.AzureMonitor&version=0.16.2

// Install AICentral.Logging.AzureMonitor as a Cake Tool
#tool nuget:?package=AICentral.Logging.AzureMonitor&version=0.16.2

Extensions for use in AI Central

Azure Monitor advanced usage and quota Logging

To use, add a config section like below:

{
  "GenericSteps": [
    {
      "Type": "AspNetCoreFixedWindowRateLimiting",
      "Name": "window-rate-limiter",
      "Properties": {
        "LimitType": "PerConsumer|PerAICentralEndpoint",
        "MetricType": "Requests",
        "Options": {
          "Window": "00:00:10",
          "PermitLimit": 100
        }
      }
    },
    {
      "Type": "AzureMonitorLogger",
      "Name": "azure-monitor-logger",
      "Properties": {
        "WorkspaceId": "<workspace-id>",
        "Key": "<workspace-key>",
        "LogPrompt": true,
        "LogResponse": false
      }
    }
  ]
}

builder.Services.AddAICentral(
    builder.Configuration,
    additionalComponentAssemblies: typeof(AzureMonitorLoggerFactory).Assembly);

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.16.2 287 3/5/2024
0.16.2-pullrequest0089-0009 71 3/5/2024
0.16.1 90 3/3/2024
0.16.1-pullrequest0088-0003 77 3/2/2024
0.16.1-pullrequest0088-0002 85 3/2/2024
0.16.0 139 2/28/2024
0.16.0-pullrequest0087-0010 64 2/28/2024
0.16.0-pullrequest0087-0009 68 2/28/2024
0.16.0-pullrequest0087-0007 77 2/28/2024
0.16.0-pullrequest0087-0006 73 2/28/2024
0.16.0-pullrequest0087-0004 82 2/28/2024
0.15.2 83 2/26/2024
0.15.2-pullrequest0086-0007 68 2/26/2024
0.15.2-pullrequest0086-0006 60 2/26/2024
0.15.0 85 2/22/2024
0.15.0-pullrequest0084-0004 76 2/22/2024
0.13.7 102 2/8/2024
0.13.7-pullrequest0082-0002 69 2/8/2024
0.13.0 124 2/1/2024
0.13.0-pullrequest0075-0005 62 2/1/2024
0.13.0-pullrequest0075-0004 51 2/1/2024
0.12.2-pullrequest0075-0003 65 2/1/2024
0.12.1 78 2/1/2024
0.12.1-pullrequest0074-0002 62 2/1/2024
0.12.0 84 2/1/2024
0.12.0-pullrequest0073-0002 60 2/1/2024
0.11.0 76 1/31/2024
0.11.0-pullrequest0072-0011 56 1/31/2024
0.10.0 78 1/31/2024
0.10.0-pullrequest0070-0005 61 1/29/2024
0.10.0-pullrequest0070-0004 60 1/29/2024
0.9.1-pullrequest0069-0001 63 1/29/2024
0.9.0 79 1/29/2024
0.8.4 85 1/19/2024
0.8.4-pullrequest0066-0009 63 1/19/2024
0.8.4-pullrequest0066-0008 59 1/19/2024
0.8.4-pullrequest0066-0007 61 1/19/2024
0.8.4-pullrequest0066-0005 51 1/19/2024
0.8.4-pullrequest0066-0004 62 1/19/2024
0.8.3 72 1/19/2024
0.8.3-pullrequest0065-0003 60 1/19/2024
0.8.1 71 1/19/2024
0.8.1-pullrequest0063-0013 59 1/19/2024
0.8.1-pullrequest0063-0011 61 1/19/2024
0.7.15 80 1/18/2024
0.7.15-pullrequest0062-0002 63 1/18/2024
0.7.12 94 1/16/2024
0.7.10 76 1/15/2024
0.7.10-pullrequest0058-0004 69 1/15/2024
0.7.9 80 1/15/2024
0.7.7 81 1/15/2024
0.7.4 79 1/15/2024
0.7.2 86 1/15/2024
0.7.1 88 1/13/2024
0.7.0 88 1/13/2024
0.7.0-pullrequest0046-0079 72 1/13/2024
0.6.12 117 1/3/2024
0.6.12-pullrequest0045-0018 64 1/13/2024
0.6.10 109 12/22/2023
0.6.8 78 12/21/2023
0.6.6 98 12/18/2023
0.6.6-pullrequest0035-0007 66 12/21/2023
0.6.6-pullrequest0035-0006 84 12/21/2023
0.6.3 96 12/18/2023
0.6.1 99 12/15/2023
0.6.1-pullrequest0027-0004 62 12/15/2023
0.5.3 112 12/11/2023
0.5.3-pullrequest0025-0049 75 12/14/2023
0.5.3-pullrequest0025-0047 72 12/14/2023
0.5.1 91 12/7/2023
0.4.3 107 12/4/2023
0.4.2 113 12/4/2023
0.4.1 103 12/4/2023