AICentral.Logging.AzureMonitor 0.21.0

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

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.  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

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.21.0 1,173 6 months ago
0.21.0-pullrequest0152-0005 94 6 months ago
0.21.0-pullrequest0152-0004 81 6 months ago
0.20.5-pullrequest0148-0004 84 8 months ago
0.20.5-pullrequest0148-0003 79 8 months ago
0.20.5-pullrequest0148-0002 75 8 months ago
0.20.3 643 9 months ago
0.20.3-pullrequest0146-0005 98 9 months ago
0.20.3-pullrequest0146-0004 104 9 months ago
0.20.0 148 9 months ago
0.20.0-pullrequest0143-0013 106 9 months ago
0.20.0-pullrequest0143-0012 113 9 months ago
0.20.0-pullrequest0143-0011 114 9 months ago
0.20.0-pullrequest0143-0010 122 9 months ago
0.20.0-pullrequest0143-0009 122 9 months ago
0.19.6-pullrequest0143-0008 106 9 months ago
0.19.0 96 10 months ago
0.19.0-pullrequest0136-0014 70 10 months ago
0.19.0-pullrequest0136-0013 74 10 months ago
0.19.0-pullrequest0136-0012 70 10 months ago
0.19.0-pullrequest0136-0011 79 10 months ago
0.19.0-pullrequest0136-0010 76 10 months ago
0.19.0-pullrequest0136-0009 84 7/27/2024
0.19.0-pullrequest0136-0008 73 7/27/2024
0.19.0-pullrequest0136-0007 80 7/27/2024
0.18.1 130 7/10/2024
0.18.1-pullrequest0129-0007 95 7/10/2024
0.18.0 268 7/10/2024
0.18.0-pullrequest0125-0014 90 7/10/2024
0.18.0-pullrequest0125-0013 100 7/10/2024
0.18.0-pullrequest0125-0012 108 7/10/2024
0.18.0-pullrequest0125-0011 88 7/10/2024
0.18.0-pullrequest0125-0010 110 7/10/2024
0.18.0-pullrequest0125-0009 186 7/10/2024
0.17.0 124 7/8/2024
0.17.0-pullrequest0123-0024 91 7/8/2024
0.17.0-pullrequest0123-0023 91 7/8/2024
0.17.0-pullrequest0123-0021 109 7/8/2024
0.17.0-pullrequest0123-0019 100 7/8/2024
0.17.0-pullrequest0123-0018 85 7/8/2024
0.17.0-pullrequest0123-0017 108 7/8/2024
0.17.0-pullrequest0123-0015 94 7/8/2024
0.17.0-pullrequest0123-0014 102 7/8/2024
0.17.0-pullrequest0123-0013 104 7/8/2024
0.17.0-pullrequest0123-0012 93 7/8/2024
0.17.0-pullrequest0123-0011 97 7/8/2024
0.17.0-pullrequest0123-0009 270 7/6/2024
0.17.0-pullrequest0123-0008 99 7/6/2024
0.16.2 384 3/5/2024
0.16.2-pullrequest0089-0009 108 3/5/2024
0.16.1 138 3/3/2024
0.16.1-pullrequest0088-0003 107 3/2/2024
0.16.1-pullrequest0088-0002 121 3/2/2024
0.16.0 187 2/28/2024
0.16.0-pullrequest0087-0010 105 2/28/2024
0.16.0-pullrequest0087-0009 96 2/28/2024
0.16.0-pullrequest0087-0007 104 2/28/2024
0.16.0-pullrequest0087-0006 111 2/28/2024
0.16.0-pullrequest0087-0004 114 2/28/2024
0.15.2 132 2/26/2024
0.15.2-pullrequest0086-0007 100 2/26/2024
0.15.2-pullrequest0086-0006 92 2/26/2024
0.15.0 137 2/22/2024
0.15.0-pullrequest0084-0004 114 2/22/2024
0.13.7 151 2/8/2024
0.13.7-pullrequest0082-0002 102 2/8/2024
0.13.0 187 2/1/2024
0.13.0-pullrequest0075-0005 96 2/1/2024
0.13.0-pullrequest0075-0004 82 2/1/2024
0.12.2-pullrequest0075-0003 98 2/1/2024
0.12.1 129 2/1/2024
0.12.1-pullrequest0074-0002 93 2/1/2024
0.12.0 125 2/1/2024
0.12.0-pullrequest0073-0002 92 2/1/2024
0.11.0 125 1/31/2024
0.11.0-pullrequest0072-0011 112 1/31/2024
0.10.0 125 1/31/2024
0.10.0-pullrequest0070-0005 98 1/29/2024
0.10.0-pullrequest0070-0004 97 1/29/2024
0.9.1-pullrequest0069-0001 97 1/29/2024
0.9.0 122 1/29/2024
0.8.4 155 1/19/2024
0.8.4-pullrequest0066-0009 104 1/19/2024
0.8.4-pullrequest0066-0008 96 1/19/2024
0.8.4-pullrequest0066-0007 102 1/19/2024
0.8.4-pullrequest0066-0005 102 1/19/2024
0.8.4-pullrequest0066-0004 95 1/19/2024
0.8.3 123 1/19/2024
0.8.3-pullrequest0065-0003 94 1/19/2024
0.8.1 122 1/19/2024
0.8.1-pullrequest0063-0013 101 1/19/2024
0.8.1-pullrequest0063-0011 97 1/19/2024
0.7.15 129 1/18/2024
0.7.15-pullrequest0062-0002 101 1/18/2024
0.7.12 144 1/16/2024
0.7.10 123 1/15/2024
0.7.10-pullrequest0058-0004 108 1/15/2024
0.7.9 142 1/15/2024
0.7.7 131 1/15/2024
0.7.4 126 1/15/2024
0.7.2 137 1/15/2024
0.7.1 156 1/13/2024
0.7.0 137 1/13/2024
0.7.0-pullrequest0046-0079 110 1/13/2024
0.6.12 167 1/3/2024
0.6.12-pullrequest0045-0018 97 1/13/2024
0.6.10 159 12/22/2023
0.6.8 127 12/21/2023
0.6.6 146 12/18/2023
0.6.6-pullrequest0035-0007 110 12/21/2023
0.6.6-pullrequest0035-0006 113 12/21/2023
0.6.3 147 12/18/2023
0.6.1 146 12/15/2023
0.6.1-pullrequest0027-0004 102 12/15/2023
0.5.3 158 12/11/2023
0.5.3-pullrequest0025-0049 120 12/14/2023
0.5.3-pullrequest0025-0047 119 12/14/2023
0.5.1 134 12/7/2023
0.4.3 148 12/4/2023
0.4.2 154 12/4/2023
0.4.1 145 12/4/2023