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 195 3/5/2024
0.16.2-pullrequest0089-0009 68 3/5/2024
0.16.1 86 3/3/2024
0.16.1-pullrequest0088-0003 75 3/2/2024
0.16.1-pullrequest0088-0002 83 3/2/2024
0.16.0 134 2/28/2024
0.16.0-pullrequest0087-0010 59 2/28/2024
0.16.0-pullrequest0087-0009 64 2/28/2024
0.16.0-pullrequest0087-0007 75 2/28/2024
0.16.0-pullrequest0087-0006 68 2/28/2024
0.16.0-pullrequest0087-0004 79 2/28/2024
0.15.2 75 2/26/2024
0.15.2-pullrequest0086-0007 63 2/26/2024
0.15.2-pullrequest0086-0006 55 2/26/2024
0.15.0 82 2/22/2024
0.15.0-pullrequest0084-0004 72 2/22/2024
0.13.7 98 2/8/2024
0.13.7-pullrequest0082-0002 67 2/8/2024
0.13.0 121 2/1/2024
0.13.0-pullrequest0075-0005 61 2/1/2024
0.13.0-pullrequest0075-0004 50 2/1/2024
0.12.2-pullrequest0075-0003 63 2/1/2024
0.12.1 74 2/1/2024
0.12.1-pullrequest0074-0002 61 2/1/2024
0.12.0 81 2/1/2024
0.12.0-pullrequest0073-0002 58 2/1/2024
0.11.0 71 1/31/2024
0.11.0-pullrequest0072-0011 53 1/31/2024
0.10.0 74 1/31/2024
0.10.0-pullrequest0070-0005 59 1/29/2024
0.10.0-pullrequest0070-0004 59 1/29/2024
0.9.1-pullrequest0069-0001 61 1/29/2024
0.9.0 75 1/29/2024
0.8.4 81 1/19/2024
0.8.4-pullrequest0066-0009 61 1/19/2024
0.8.4-pullrequest0066-0008 58 1/19/2024
0.8.4-pullrequest0066-0007 60 1/19/2024
0.8.4-pullrequest0066-0005 50 1/19/2024
0.8.4-pullrequest0066-0004 61 1/19/2024
0.8.3 69 1/19/2024
0.8.3-pullrequest0065-0003 59 1/19/2024
0.8.1 68 1/19/2024
0.8.1-pullrequest0063-0013 58 1/19/2024
0.8.1-pullrequest0063-0011 60 1/19/2024
0.7.15 76 1/18/2024
0.7.15-pullrequest0062-0002 61 1/18/2024
0.7.12 91 1/16/2024
0.7.10 73 1/15/2024
0.7.10-pullrequest0058-0004 68 1/15/2024
0.7.9 77 1/15/2024
0.7.7 78 1/15/2024
0.7.4 76 1/15/2024
0.7.2 83 1/15/2024
0.7.1 85 1/13/2024
0.7.0 85 1/13/2024
0.7.0-pullrequest0046-0079 71 1/13/2024
0.6.12 113 1/3/2024
0.6.12-pullrequest0045-0018 62 1/13/2024
0.6.10 105 12/22/2023
0.6.8 75 12/21/2023
0.6.6 95 12/18/2023
0.6.6-pullrequest0035-0007 64 12/21/2023
0.6.6-pullrequest0035-0006 83 12/21/2023
0.6.3 93 12/18/2023
0.6.1 96 12/15/2023
0.6.1-pullrequest0027-0004 61 12/15/2023
0.5.3 108 12/11/2023
0.5.3-pullrequest0025-0049 73 12/14/2023
0.5.3-pullrequest0025-0047 71 12/14/2023
0.5.1 88 12/7/2023
0.4.3 103 12/4/2023
0.4.2 110 12/4/2023
0.4.1 100 12/4/2023