diff --git a/.gitignore b/.gitignore index ce476df795..245a48a00a 100644 --- a/.gitignore +++ b/.gitignore @@ -98,4 +98,4 @@ Llama/Models/llama* Llama/__pycache__/* -Examples/otel-dotnet/obj \ No newline at end of file +Examples/otel-dotnet/obj/* \ No newline at end of file diff --git a/CommonServer/Utils/AnalyticsDatabase/StatementGenerator.ts b/CommonServer/Utils/AnalyticsDatabase/StatementGenerator.ts index d402473f87..51989cfa13 100644 --- a/CommonServer/Utils/AnalyticsDatabase/StatementGenerator.ts +++ b/CommonServer/Utils/AnalyticsDatabase/StatementGenerator.ts @@ -22,6 +22,7 @@ import LessThan from 'Common/Types/BaseDatabase/LessThan'; import LessThanOrEqual from 'Common/Types/BaseDatabase/LessThanOrEqual'; import GreaterThanOrEqual from 'Common/Types/BaseDatabase/GreaterThanOrEqual'; import InBetween from 'Common/Types/BaseDatabase/InBetween'; +import IsNull from 'Common/Types/BaseDatabase/IsNull'; export default class StatementGenerator { public model!: TBaseModel; @@ -387,6 +388,10 @@ export default class StatementGenerator { type: tableColumn.type, }}` ); + } else if (value instanceof IsNull) { + whereStatement.append( + SQL`AND ${key} IS NULL` + ); } else { whereStatement.append( SQL`AND ${key} = ${{ value, type: tableColumn.type }}` diff --git a/Dashboard/src/Pages/Telemetry/Services/View/Traces/Index.tsx b/Dashboard/src/Pages/Telemetry/Services/View/Traces/Index.tsx index 61e8676658..484409bab8 100644 --- a/Dashboard/src/Pages/Telemetry/Services/View/Traces/Index.tsx +++ b/Dashboard/src/Pages/Telemetry/Services/View/Traces/Index.tsx @@ -6,6 +6,7 @@ import FieldType from 'CommonUI/src/Components/Types/FieldType'; import Navigation from 'CommonUI/src/Utils/Navigation'; import DashboardNavigation from '../../../../../Utils/Navigation'; import ObjectID from 'Common/Types/ObjectID'; +import IsNull from 'Common/Types/BaseDatabase/IsNull'; const TracesList: FunctionComponent = ( _props: PageComponentProps @@ -32,6 +33,7 @@ const TracesList: FunctionComponent = ( query={{ projectId: DashboardNavigation.getProjectId(), serviceId: modelId, + parentSpanId: new IsNull() }} showViewIdButton={true} noItemsMessage={'No traces found for this service.'} diff --git a/Examples/otel-dotnet/README.md b/Examples/otel-dotnet/README.md index 13dcd6a81c..b41730fadf 100644 --- a/Examples/otel-dotnet/README.md +++ b/Examples/otel-dotnet/README.md @@ -5,7 +5,7 @@ Please use ```bash -export OTEL_EXPORTER_OTLP_HEADERS="x-oneuptime-service-token=3be58190-c7ec-11ee-8e5e-3952f961cde5" && export OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost" && dotnet run --urls=http://localhost:7856/ +export OTEL_EXPORTER_OTLP_HEADERS="x-oneuptime-service-token=51d01130-cf14-11ee-a74d-1364f8ef0ac6" && export OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost" && dotnet run --urls=http://localhost:7856/ ``` ### Run on test server diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Examples/otel-dotnet/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index f795be5c92..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/apphost b/Examples/otel-dotnet/obj/Debug/net6.0/apphost deleted file mode 100755 index 8709be7981..0000000000 Binary files a/Examples/otel-dotnet/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.AssemblyInfo.cs b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.AssemblyInfo.cs deleted file mode 100644 index db3883a3ee..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("otel-dotnet")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("otel-dotnet")] -[assembly: System.Reflection.AssemblyTitleAttribute("otel-dotnet")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.AssemblyInfoInputs.cache b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.AssemblyInfoInputs.cache deleted file mode 100644 index ea3c5926c4..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -75e1e1485c35cb76ee9ee76450785e90d4c56c83 diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.GeneratedMSBuildEditorConfig.editorconfig b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index f60c0f71c9..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = otel_dotnet -build_property.RootNamespace = otel_dotnet -build_property.ProjectDir = /Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = /Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet -build_property._RazorSourceGeneratorDebug = diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.GlobalUsings.g.cs b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.GlobalUsings.g.cs deleted file mode 100644 index 025530a292..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.GlobalUsings.g.cs +++ /dev/null @@ -1,17 +0,0 @@ -// -global using global::Microsoft.AspNetCore.Builder; -global using global::Microsoft.AspNetCore.Hosting; -global using global::Microsoft.AspNetCore.Http; -global using global::Microsoft.AspNetCore.Routing; -global using global::Microsoft.Extensions.Configuration; -global using global::Microsoft.Extensions.DependencyInjection; -global using global::Microsoft.Extensions.Hosting; -global using global::Microsoft.Extensions.Logging; -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Net.Http.Json; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.MvcApplicationPartsAssemblyInfo.cache b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.MvcApplicationPartsAssemblyInfo.cache deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.MvcApplicationPartsAssemblyInfo.cs b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 38d2629934..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("OpenTelemetry.Instrumentation.AspNetCore")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.assets.cache b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.assets.cache deleted file mode 100644 index 1e2c60b6bf..0000000000 Binary files a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.assets.cache and /dev/null differ diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.AssemblyReference.cache b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.AssemblyReference.cache deleted file mode 100644 index f0bbcc57f6..0000000000 Binary files a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.AssemblyReference.cache and /dev/null differ diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.CopyComplete b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.CopyComplete deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.CoreCompileInputs.cache b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.CoreCompileInputs.cache deleted file mode 100644 index 26ffd133d7..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -dd731758440b2020b7f6d3116dc659916e251de0 diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.FileListAbsolute.txt b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.FileListAbsolute.txt deleted file mode 100644 index 13d4962e46..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,36 +0,0 @@ -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/appsettings.Development.json -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/appsettings.json -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/otel-dotnet -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/otel-dotnet.deps.json -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/otel-dotnet.runtimeconfig.json -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/otel-dotnet.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/otel-dotnet.pdb -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/OpenTelemetry.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/OpenTelemetry.Api.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/OpenTelemetry.Exporter.Console.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/OpenTelemetry.Extensions.Hosting.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/OpenTelemetry.Instrumentation.AspNetCore.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/System.Diagnostics.DiagnosticSource.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.AssemblyReference.cache -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.GeneratedMSBuildEditorConfig.editorconfig -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.AssemblyInfoInputs.cache -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.AssemblyInfo.cs -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.CoreCompileInputs.cache -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.MvcApplicationPartsAssemblyInfo.cs -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.MvcApplicationPartsAssemblyInfo.cache -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/staticwebassets.build.json -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/staticwebassets.development.json -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/scopedcss/bundle/otel-dotnet.styles.css -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.csproj.CopyComplete -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/refint/otel-dotnet.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.pdb -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.genruntimeconfig.cache -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/Debug/net6.0/ref/otel-dotnet.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/Google.Protobuf.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/Grpc.Core.Api.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/Grpc.Net.Client.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/Grpc.Net.Common.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll -/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/bin/Debug/net6.0/OpenTelemetry.Instrumentation.Runtime.dll diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.dll b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.dll deleted file mode 100644 index 11d3ea696e..0000000000 Binary files a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.dll and /dev/null differ diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.genruntimeconfig.cache b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.genruntimeconfig.cache deleted file mode 100644 index d0f9631ed4..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -cc5d2fd779d6a84d159195962a727e9d6011d4a2 diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.pdb b/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.pdb deleted file mode 100644 index 8667b8c57f..0000000000 Binary files a/Examples/otel-dotnet/obj/Debug/net6.0/otel-dotnet.pdb and /dev/null differ diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/ref/otel-dotnet.dll b/Examples/otel-dotnet/obj/Debug/net6.0/ref/otel-dotnet.dll deleted file mode 100644 index 29bf13fc95..0000000000 Binary files a/Examples/otel-dotnet/obj/Debug/net6.0/ref/otel-dotnet.dll and /dev/null differ diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/refint/otel-dotnet.dll b/Examples/otel-dotnet/obj/Debug/net6.0/refint/otel-dotnet.dll deleted file mode 100644 index 29bf13fc95..0000000000 Binary files a/Examples/otel-dotnet/obj/Debug/net6.0/refint/otel-dotnet.dll and /dev/null differ diff --git a/Examples/otel-dotnet/obj/Debug/net6.0/staticwebassets.build.json b/Examples/otel-dotnet/obj/Debug/net6.0/staticwebassets.build.json deleted file mode 100644 index 897c0207f5..0000000000 --- a/Examples/otel-dotnet/obj/Debug/net6.0/staticwebassets.build.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Version": 1, - "Hash": "m6XhWHM2rOSF31NUvI/QHIXrybom8NXOxJIFwUJzSPI=", - "Source": "otel-dotnet", - "BasePath": "_content/otel-dotnet", - "Mode": "Default", - "ManifestType": "Build", - "ReferencedProjectsConfiguration": [], - "DiscoveryPatterns": [], - "Assets": [] -} \ No newline at end of file diff --git a/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.dgspec.json b/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.dgspec.json deleted file mode 100644 index be3821cc34..0000000000 --- a/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.dgspec.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "format": 1, - "restore": { - "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/otel-dotnet.csproj": {} - }, - "projects": { - "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/otel-dotnet.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/otel-dotnet.csproj", - "projectName": "otel-dotnet", - "projectPath": "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/otel-dotnet.csproj", - "packagesPath": "/Users/nawazdhandala/.nuget/packages/", - "outputPath": "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/nawazdhandala/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "OpenTelemetry.Exporter.Console": { - "target": "Package", - "version": "[1.6.0, )" - }, - "OpenTelemetry.Exporter.OpenTelemetryProtocol": { - "target": "Package", - "version": "[1.6.0, )" - }, - "OpenTelemetry.Extensions.Hosting": { - "target": "Package", - "version": "[1.6.0, )" - }, - "OpenTelemetry.Instrumentation.AspNetCore": { - "target": "Package", - "version": "[1.5.1-beta.1, )" - }, - "OpenTelemetry.Instrumentation.Runtime": { - "target": "Package", - "version": "[1.5.1, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.201/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.g.props b/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.g.props deleted file mode 100644 index 9675242ad7..0000000000 --- a/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /Users/nawazdhandala/.nuget/packages/ - /Users/nawazdhandala/.nuget/packages/ - PackageReference - 6.1.0 - - - - - \ No newline at end of file diff --git a/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.g.targets b/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3cc..0000000000 --- a/Examples/otel-dotnet/obj/otel-dotnet.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Examples/otel-dotnet/obj/project.assets.json b/Examples/otel-dotnet/obj/project.assets.json deleted file mode 100644 index 4a77a4e31f..0000000000 --- a/Examples/otel-dotnet/obj/project.assets.json +++ /dev/null @@ -1,1036 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "Google.Protobuf/3.19.4": { - "type": "package", - "compile": { - "lib/net5.0/Google.Protobuf.dll": {} - }, - "runtime": { - "lib/net5.0/Google.Protobuf.dll": {} - } - }, - "Grpc.Core.Api/2.52.0": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.3" - }, - "compile": { - "lib/netstandard2.1/Grpc.Core.Api.dll": {} - }, - "runtime": { - "lib/netstandard2.1/Grpc.Core.Api.dll": {} - } - }, - "Grpc.Net.Client/2.52.0": { - "type": "package", - "dependencies": { - "Grpc.Net.Common": "2.52.0", - "Microsoft.Extensions.Logging.Abstractions": "3.0.3" - }, - "compile": { - "lib/net6.0/Grpc.Net.Client.dll": {} - }, - "runtime": { - "lib/net6.0/Grpc.Net.Client.dll": {} - } - }, - "Grpc.Net.Common/2.52.0": { - "type": "package", - "dependencies": { - "Grpc.Core.Api": "2.52.0" - }, - "compile": { - "lib/net6.0/Grpc.Net.Common.dll": {} - }, - "runtime": { - "lib/net6.0/Grpc.Net.Common.dll": {} - } - }, - "Microsoft.Extensions.Configuration/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.0": { - "type": "package", - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.1.0" - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/2.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.1.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.1.0", - "Microsoft.Extensions.Logging.Abstractions": "2.1.0" - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "3.1.0", - "Microsoft.Extensions.DependencyInjection": "3.1.0", - "Microsoft.Extensions.Logging.Abstractions": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/3.1.0": { - "type": "package", - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Logging": "3.1.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Options/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Primitives": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "3.1.0", - "Microsoft.Extensions.Configuration.Binder": "3.1.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "Microsoft.Extensions.Options": "3.1.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/3.1.0": { - "type": "package", - "compile": { - "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {} - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {} - } - }, - "OpenTelemetry/1.6.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Logging.Configuration": "3.1.0", - "OpenTelemetry.Api.ProviderBuilderExtensions": "1.6.0" - }, - "compile": { - "lib/net6.0/OpenTelemetry.dll": {} - }, - "runtime": { - "lib/net6.0/OpenTelemetry.dll": {} - } - }, - "OpenTelemetry.Api/1.6.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.DiagnosticSource": "7.0.2" - }, - "compile": { - "lib/net6.0/OpenTelemetry.Api.dll": {} - }, - "runtime": { - "lib/net6.0/OpenTelemetry.Api.dll": {} - } - }, - "OpenTelemetry.Api.ProviderBuilderExtensions/1.6.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0", - "OpenTelemetry.Api": "1.6.0" - }, - "compile": { - "lib/net6.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll": {} - }, - "runtime": { - "lib/net6.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll": {} - } - }, - "OpenTelemetry.Exporter.Console/1.6.0": { - "type": "package", - "dependencies": { - "OpenTelemetry": "1.6.0", - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.7.2" - }, - "compile": { - "lib/net6.0/OpenTelemetry.Exporter.Console.dll": {} - }, - "runtime": { - "lib/net6.0/OpenTelemetry.Exporter.Console.dll": {} - } - }, - "OpenTelemetry.Exporter.OpenTelemetryProtocol/1.6.0": { - "type": "package", - "dependencies": { - "Google.Protobuf": "[3.19.4, 4.0.0)", - "Grpc.Net.Client": "[2.52.0, 3.0.0)", - "OpenTelemetry": "1.6.0" - }, - "compile": { - "lib/net6.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll": {} - }, - "runtime": { - "lib/net6.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll": {} - } - }, - "OpenTelemetry.Extensions.Hosting/1.6.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Hosting.Abstractions": "2.1.0", - "OpenTelemetry": "1.6.0" - }, - "compile": { - "lib/net6.0/OpenTelemetry.Extensions.Hosting.dll": {} - }, - "runtime": { - "lib/net6.0/OpenTelemetry.Extensions.Hosting.dll": {} - } - }, - "OpenTelemetry.Instrumentation.AspNetCore/1.5.1-beta.1": { - "type": "package", - "dependencies": { - "OpenTelemetry": "1.5.1" - }, - "compile": { - "lib/net6.0/OpenTelemetry.Instrumentation.AspNetCore.dll": {} - }, - "runtime": { - "lib/net6.0/OpenTelemetry.Instrumentation.AspNetCore.dll": {} - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "OpenTelemetry.Instrumentation.Runtime/1.5.1": { - "type": "package", - "dependencies": { - "OpenTelemetry.Api": "[1.5.1, 2.0.0)" - }, - "compile": { - "lib/net6.0/OpenTelemetry.Instrumentation.Runtime.dll": {} - }, - "runtime": { - "lib/net6.0/OpenTelemetry.Instrumentation.Runtime.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/7.0.2": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {} - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Memory/4.5.3": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {} - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Text.Encodings.Web/4.7.2": { - "type": "package", - "compile": { - "lib/netstandard2.1/System.Text.Encodings.Web.dll": {} - }, - "runtime": { - "lib/netstandard2.1/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.Json/4.7.2": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/System.Text.Json.dll": {} - }, - "runtime": { - "lib/netcoreapp3.0/System.Text.Json.dll": {} - } - } - } - }, - "libraries": { - "Google.Protobuf/3.19.4": { - "sha512": "fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==", - "type": "package", - "path": "google.protobuf/3.19.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "google.protobuf.3.19.4.nupkg.sha512", - "google.protobuf.nuspec", - "lib/net45/Google.Protobuf.dll", - "lib/net45/Google.Protobuf.pdb", - "lib/net45/Google.Protobuf.xml", - "lib/net5.0/Google.Protobuf.dll", - "lib/net5.0/Google.Protobuf.pdb", - "lib/net5.0/Google.Protobuf.xml", - "lib/netstandard1.1/Google.Protobuf.dll", - "lib/netstandard1.1/Google.Protobuf.pdb", - "lib/netstandard1.1/Google.Protobuf.xml", - "lib/netstandard2.0/Google.Protobuf.dll", - "lib/netstandard2.0/Google.Protobuf.pdb", - "lib/netstandard2.0/Google.Protobuf.xml" - ] - }, - "Grpc.Core.Api/2.52.0": { - "sha512": "SQiPyBczG4vKPmI6Fd+O58GcxxDSFr6nfRAJuBDUNj+PgdokhjWJvZE/La1c09AkL2FVm/jrDloG89nkzmVF7A==", - "type": "package", - "path": "grpc.core.api/2.52.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "grpc.core.api.2.52.0.nupkg.sha512", - "grpc.core.api.nuspec", - "lib/net462/Grpc.Core.Api.dll", - "lib/net462/Grpc.Core.Api.pdb", - "lib/net462/Grpc.Core.Api.xml", - "lib/netstandard1.5/Grpc.Core.Api.dll", - "lib/netstandard1.5/Grpc.Core.Api.pdb", - "lib/netstandard1.5/Grpc.Core.Api.xml", - "lib/netstandard2.0/Grpc.Core.Api.dll", - "lib/netstandard2.0/Grpc.Core.Api.pdb", - "lib/netstandard2.0/Grpc.Core.Api.xml", - "lib/netstandard2.1/Grpc.Core.Api.dll", - "lib/netstandard2.1/Grpc.Core.Api.pdb", - "lib/netstandard2.1/Grpc.Core.Api.xml", - "packageIcon.png" - ] - }, - "Grpc.Net.Client/2.52.0": { - "sha512": "hWVH9g/Nnjz40ni//2S8UIOyEmhueQREoZIkD0zKHEPqLxXcNlbp4eebXIOicZtkwDSx0TFz9NpkbecEDn6rBw==", - "type": "package", - "path": "grpc.net.client/2.52.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "grpc.net.client.2.52.0.nupkg.sha512", - "grpc.net.client.nuspec", - "lib/net5.0/Grpc.Net.Client.dll", - "lib/net5.0/Grpc.Net.Client.pdb", - "lib/net5.0/Grpc.Net.Client.xml", - "lib/net6.0/Grpc.Net.Client.dll", - "lib/net6.0/Grpc.Net.Client.pdb", - "lib/net6.0/Grpc.Net.Client.xml", - "lib/net7.0/Grpc.Net.Client.dll", - "lib/net7.0/Grpc.Net.Client.pdb", - "lib/net7.0/Grpc.Net.Client.xml", - "lib/netstandard2.0/Grpc.Net.Client.dll", - "lib/netstandard2.0/Grpc.Net.Client.pdb", - "lib/netstandard2.0/Grpc.Net.Client.xml", - "lib/netstandard2.1/Grpc.Net.Client.dll", - "lib/netstandard2.1/Grpc.Net.Client.pdb", - "lib/netstandard2.1/Grpc.Net.Client.xml", - "packageIcon.png" - ] - }, - "Grpc.Net.Common/2.52.0": { - "sha512": "di9qzpdx525IxumZdYmu6sG2y/gXJyYeZ1ruFUzB9BJ1nj4kU1/dTAioNCMt1VLRvNVDqh8S8B1oBdKhHJ4xRg==", - "type": "package", - "path": "grpc.net.common/2.52.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "grpc.net.common.2.52.0.nupkg.sha512", - "grpc.net.common.nuspec", - "lib/net5.0/Grpc.Net.Common.dll", - "lib/net5.0/Grpc.Net.Common.pdb", - "lib/net5.0/Grpc.Net.Common.xml", - "lib/net6.0/Grpc.Net.Common.dll", - "lib/net6.0/Grpc.Net.Common.pdb", - "lib/net6.0/Grpc.Net.Common.xml", - "lib/net7.0/Grpc.Net.Common.dll", - "lib/net7.0/Grpc.Net.Common.pdb", - "lib/net7.0/Grpc.Net.Common.xml", - "lib/netstandard2.0/Grpc.Net.Common.dll", - "lib/netstandard2.0/Grpc.Net.Common.pdb", - "lib/netstandard2.0/Grpc.Net.Common.xml", - "lib/netstandard2.1/Grpc.Net.Common.dll", - "lib/netstandard2.1/Grpc.Net.Common.pdb", - "lib/netstandard2.1/Grpc.Net.Common.xml", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Configuration/3.1.0": { - "sha512": "Lu41BWNmwhKr6LgyQvcYBOge0pPvmiaK8R5UHXX4//wBhonJyWcT2OK1mqYfEM5G7pTf31fPrpIHOT6sN7EGOA==", - "type": "package", - "path": "microsoft.extensions.configuration/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.3.1.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Configuration.Abstractions/3.1.0": { - "sha512": "ESz6bVoDQX7sgWdKHF6G9Pq672T8k+19AFb/txDXwdz7MoqaNQj2/in3agm/3qae9V+WvQZH86LLTNVo0it8vQ==", - "type": "package", - "path": "microsoft.extensions.configuration.abstractions/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.3.1.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Configuration.Binder/3.1.0": { - "sha512": "o9eELDBfNkR7sUtYysFZ1Q7BQ1mYt27DMkups/3vu7xgPyOpMD+iAfrBZFzUXT2iw0fmFb8s1gfNBZS+IgjKdQ==", - "type": "package", - "path": "microsoft.extensions.configuration.binder/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.3.1.0.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.DependencyInjection/3.1.0": { - "sha512": "KVkv3aF2MQpmGFRh4xRx2CNbc2sjDFk+lH4ySrjWSOS+XoY1Xc+sJphw3N0iYOpoeCCq8976ceVYDH8sdx2qIQ==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net461/Microsoft.Extensions.DependencyInjection.dll", - "lib/net461/Microsoft.Extensions.DependencyInjection.xml", - "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.3.1.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.0": { - "sha512": "44rDtOf1JXXAFpNT2EXMExaDm/4OJ2RXOL9i9lE4bK427nzC7Exphv+beB6IgluyE2GIoo8zezTStMXI7MQ8WA==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.3.1.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.1.0": { - "sha512": "itv+7XBu58pxi8mykxx9cUO1OOVYe0jmQIZVSZVp5lOcLxB7sSV2bnHiI1RSu6Nxne/s6+oBla3ON5CCMSmwhQ==", - "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/2.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.2.1.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec" - ] - }, - "Microsoft.Extensions.Hosting.Abstractions/2.1.0": { - "sha512": "BpMaoBxdXr5VD0yk7rYN6R8lAU9X9JbvsPveNdKT+llIn3J5s4sxpWqaSG/NnzTzTLU5eJE5nrecTl7clg/7dQ==", - "type": "package", - "path": "microsoft.extensions.hosting.abstractions/2.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.2.1.0.nupkg.sha512", - "microsoft.extensions.hosting.abstractions.nuspec" - ] - }, - "Microsoft.Extensions.Logging/3.1.0": { - "sha512": "P+8sKQ8L4ooL79sxxqwFPxGGC3aBrUDLB/dZqhs4J0XjTyrkeeyJQ4D4nzJB6OnAhy78HIIgQ/RbD6upOXLynw==", - "type": "package", - "path": "microsoft.extensions.logging/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.3.1.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/3.1.0": { - "sha512": "jjo4YXRx6MIpv6DiRxJjSpl+sPP0+5VW0clMEdLyIAz44PPwrDTFrd5PZckIxIXl1kKZ2KK6IL2nkt0+ug2MQg==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.3.1.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Logging.Configuration/3.1.0": { - "sha512": "yW3nIoNM3T5iZg8bRViiCN4+vIU/02l+mlWSvKqWnr0Fd5Uk1zKdT9jBWKEcJhRIWKVWWSpFWXnM5yWoIAy1Eg==", - "type": "package", - "path": "microsoft.extensions.logging.configuration/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.3.1.0.nupkg.sha512", - "microsoft.extensions.logging.configuration.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Options/3.1.0": { - "sha512": "9b6JHY7TAXrSfZ6EEGf+j8XnqKIiMPErfmaNXhJYSCb+BUW2H4RtzkNJvwLJzwgzqBP0wtTjyA6Uw4BPPdmkMw==", - "type": "package", - "path": "microsoft.extensions.options/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.3.1.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.0": { - "sha512": "tx6gMKE3rDspA1YZT8SlQJmyt1BaBSl6mNjB3g0ZO6m3NnoavCifXkGeBuDk9Ae4XjW8C+dty52p+0u38jPRIQ==", - "type": "package", - "path": "microsoft.extensions.options.configurationextensions/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "microsoft.extensions.options.configurationextensions.3.1.0.nupkg.sha512", - "microsoft.extensions.options.configurationextensions.nuspec", - "packageIcon.png" - ] - }, - "Microsoft.Extensions.Primitives/3.1.0": { - "sha512": "LEKAnX7lhUhSoIc2XraCTK3M4IU/LdVUzCe464Sa4+7F4ZJuXHHRzZli2mDbiT4xzAZhgqXbvfnb5+CNDcQFfg==", - "type": "package", - "path": "microsoft.extensions.primitives/3.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll", - "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.3.1.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "packageIcon.png" - ] - }, - "OpenTelemetry/1.6.0": { - "sha512": "bTvLk9YIg0nUDb6K+f8mJkMK8b7sfGEyD0Zmg6ckD7kDCkBq1Hk1KjqlA/jEsypJIVnyclP0CGDcOELGYXGpAA==", - "type": "package", - "path": "opentelemetry/1.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net462/OpenTelemetry.dll", - "lib/net462/OpenTelemetry.xml", - "lib/net6.0/OpenTelemetry.dll", - "lib/net6.0/OpenTelemetry.xml", - "lib/netstandard2.0/OpenTelemetry.dll", - "lib/netstandard2.0/OpenTelemetry.xml", - "lib/netstandard2.1/OpenTelemetry.dll", - "lib/netstandard2.1/OpenTelemetry.xml", - "opentelemetry-icon-color.png", - "opentelemetry.1.6.0.nupkg.sha512", - "opentelemetry.nuspec" - ] - }, - "OpenTelemetry.Api/1.6.0": { - "sha512": "LTF4PB6UicJlgrBBg0rblAMyJJLMAVBujg8T9pGPQsl1vVgPNZoJNTLadhC3ZdYUzuKsvYLS31vT0/wl97JtEw==", - "type": "package", - "path": "opentelemetry.api/1.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net462/OpenTelemetry.Api.dll", - "lib/net462/OpenTelemetry.Api.xml", - "lib/net6.0/OpenTelemetry.Api.dll", - "lib/net6.0/OpenTelemetry.Api.xml", - "lib/netstandard2.0/OpenTelemetry.Api.dll", - "lib/netstandard2.0/OpenTelemetry.Api.xml", - "opentelemetry-icon-color.png", - "opentelemetry.api.1.6.0.nupkg.sha512", - "opentelemetry.api.nuspec" - ] - }, - "OpenTelemetry.Api.ProviderBuilderExtensions/1.6.0": { - "sha512": "k8lqUAxjXkCV6yKdXfCbxsHMh5x7F7q8lAKm61rP/iP3EJPG1XhOy3j9nyubBYCm/xqlIy4ugWcqY1Inxolozw==", - "type": "package", - "path": "opentelemetry.api.providerbuilderextensions/1.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net462/OpenTelemetry.Api.ProviderBuilderExtensions.dll", - "lib/net462/OpenTelemetry.Api.ProviderBuilderExtensions.xml", - "lib/net6.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll", - "lib/net6.0/OpenTelemetry.Api.ProviderBuilderExtensions.xml", - "lib/netstandard2.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll", - "lib/netstandard2.0/OpenTelemetry.Api.ProviderBuilderExtensions.xml", - "opentelemetry-icon-color.png", - "opentelemetry.api.providerbuilderextensions.1.6.0.nupkg.sha512", - "opentelemetry.api.providerbuilderextensions.nuspec" - ] - }, - "OpenTelemetry.Exporter.Console/1.6.0": { - "sha512": "M7icDNHjLRllgi6n3xlFEkBSQaPNnG1cwKm74RNUNT56XTmggHACmuiOxpqBXPchjOQNwsUS7We9fEz3ul97zg==", - "type": "package", - "path": "opentelemetry.exporter.console/1.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net462/OpenTelemetry.Exporter.Console.dll", - "lib/net462/OpenTelemetry.Exporter.Console.xml", - "lib/net6.0/OpenTelemetry.Exporter.Console.dll", - "lib/net6.0/OpenTelemetry.Exporter.Console.xml", - "lib/netstandard2.0/OpenTelemetry.Exporter.Console.dll", - "lib/netstandard2.0/OpenTelemetry.Exporter.Console.xml", - "opentelemetry-icon-color.png", - "opentelemetry.exporter.console.1.6.0.nupkg.sha512", - "opentelemetry.exporter.console.nuspec" - ] - }, - "OpenTelemetry.Exporter.OpenTelemetryProtocol/1.6.0": { - "sha512": "Xfb4ouRSerQe8Kgg6JBHMaPnjD7cPzdPIk4df6JDLO8G/S0K7uTMngw5qbVm88cqGs0p+YcQTg6FvXMQ6kL/dw==", - "type": "package", - "path": "opentelemetry.exporter.opentelemetryprotocol/1.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net462/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll", - "lib/net462/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml", - "lib/net6.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll", - "lib/net6.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml", - "lib/netstandard2.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll", - "lib/netstandard2.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml", - "lib/netstandard2.1/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll", - "lib/netstandard2.1/OpenTelemetry.Exporter.OpenTelemetryProtocol.xml", - "opentelemetry-icon-color.png", - "opentelemetry.exporter.opentelemetryprotocol.1.6.0.nupkg.sha512", - "opentelemetry.exporter.opentelemetryprotocol.nuspec" - ] - }, - "OpenTelemetry.Extensions.Hosting/1.6.0": { - "sha512": "Bu9biIlX1mLOtHiXYJ+IJJ2AfuiXcUjswxo5FD+pV+V+miRS0AtJrnZoWzlL2ATVY0QlVbSBJFDULPbgb0vylw==", - "type": "package", - "path": "opentelemetry.extensions.hosting/1.6.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net462/OpenTelemetry.Extensions.Hosting.dll", - "lib/net462/OpenTelemetry.Extensions.Hosting.xml", - "lib/net6.0/OpenTelemetry.Extensions.Hosting.dll", - "lib/net6.0/OpenTelemetry.Extensions.Hosting.xml", - "lib/netstandard2.0/OpenTelemetry.Extensions.Hosting.dll", - "lib/netstandard2.0/OpenTelemetry.Extensions.Hosting.xml", - "opentelemetry-icon-color.png", - "opentelemetry.extensions.hosting.1.6.0.nupkg.sha512", - "opentelemetry.extensions.hosting.nuspec" - ] - }, - "OpenTelemetry.Instrumentation.AspNetCore/1.5.1-beta.1": { - "sha512": "szyjWK0GdA0hFfxjdBykYsgrXv6NVTu5HDxIgQOcZMqWu6hyikKDMcP+hYC3rD2mJbIdvjEdhEyZOb84sCevHA==", - "type": "package", - "path": "opentelemetry.instrumentation.aspnetcore/1.5.1-beta.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net6.0/OpenTelemetry.Instrumentation.AspNetCore.dll", - "lib/net6.0/OpenTelemetry.Instrumentation.AspNetCore.xml", - "lib/net7.0/OpenTelemetry.Instrumentation.AspNetCore.dll", - "lib/net7.0/OpenTelemetry.Instrumentation.AspNetCore.xml", - "lib/netstandard2.0/OpenTelemetry.Instrumentation.AspNetCore.dll", - "lib/netstandard2.0/OpenTelemetry.Instrumentation.AspNetCore.xml", - "lib/netstandard2.1/OpenTelemetry.Instrumentation.AspNetCore.dll", - "lib/netstandard2.1/OpenTelemetry.Instrumentation.AspNetCore.xml", - "opentelemetry-icon-color.png", - "opentelemetry.instrumentation.aspnetcore.1.5.1-beta.1.nupkg.sha512", - "opentelemetry.instrumentation.aspnetcore.nuspec" - ] - }, - "OpenTelemetry.Instrumentation.Runtime/1.5.1": { - "sha512": "F3uYt/T5+2YZCxZmAdoK7u5AZxqDLYaTj5ddZ//Cnn9x+Lys9D9wRzqizQgKpAQJJ6prVh0TcBEbCCpEKKDZvw==", - "type": "package", - "path": "opentelemetry.instrumentation.runtime/1.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net462/OpenTelemetry.Instrumentation.Runtime.dll", - "lib/net462/OpenTelemetry.Instrumentation.Runtime.xml", - "lib/net6.0/OpenTelemetry.Instrumentation.Runtime.dll", - "lib/net6.0/OpenTelemetry.Instrumentation.Runtime.xml", - "lib/netstandard2.0/OpenTelemetry.Instrumentation.Runtime.dll", - "lib/netstandard2.0/OpenTelemetry.Instrumentation.Runtime.xml", - "opentelemetry-icon-color.png", - "opentelemetry.instrumentation.runtime.1.5.1.nupkg.sha512", - "opentelemetry.instrumentation.runtime.nuspec" - ] - }, - "System.Diagnostics.DiagnosticSource/7.0.2": { - "sha512": "hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==", - "type": "package", - "path": "system.diagnostics.diagnosticsource/7.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", - "lib/net462/System.Diagnostics.DiagnosticSource.dll", - "lib/net462/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net7.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net7.0/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512", - "system.diagnostics.diagnosticsource.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.5.3": { - "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", - "type": "package", - "path": "system.memory/4.5.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.1/System.Memory.dll", - "lib/netstandard1.1/System.Memory.xml", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "ref/netcoreapp2.1/_._", - "system.memory.4.5.3.nupkg.sha512", - "system.memory.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Encodings.Web/4.7.2": { - "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", - "type": "package", - "path": "system.text.encodings.web/4.7.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Text.Encodings.Web.dll", - "lib/net461/System.Text.Encodings.Web.xml", - "lib/netstandard1.0/System.Text.Encodings.Web.dll", - "lib/netstandard1.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.0/System.Text.Encodings.Web.dll", - "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.1/System.Text.Encodings.Web.dll", - "lib/netstandard2.1/System.Text.Encodings.Web.xml", - "system.text.encodings.web.4.7.2.nupkg.sha512", - "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Text.Json/4.7.2": { - "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", - "type": "package", - "path": "system.text.json/4.7.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Text.Json.dll", - "lib/net461/System.Text.Json.xml", - "lib/netcoreapp3.0/System.Text.Json.dll", - "lib/netcoreapp3.0/System.Text.Json.xml", - "lib/netstandard2.0/System.Text.Json.dll", - "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.4.7.2.nupkg.sha512", - "system.text.json.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "OpenTelemetry.Exporter.Console >= 1.6.0", - "OpenTelemetry.Exporter.OpenTelemetryProtocol >= 1.6.0", - "OpenTelemetry.Extensions.Hosting >= 1.6.0", - "OpenTelemetry.Instrumentation.AspNetCore >= 1.5.1-beta.1", - "OpenTelemetry.Instrumentation.Runtime >= 1.5.1" - ] - }, - "packageFolders": { - "/Users/nawazdhandala/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/otel-dotnet.csproj", - "projectName": "otel-dotnet", - "projectPath": "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/otel-dotnet.csproj", - "packagesPath": "/Users/nawazdhandala/.nuget/packages/", - "outputPath": "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/nawazdhandala/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "OpenTelemetry.Exporter.Console": { - "target": "Package", - "version": "[1.6.0, )" - }, - "OpenTelemetry.Exporter.OpenTelemetryProtocol": { - "target": "Package", - "version": "[1.6.0, )" - }, - "OpenTelemetry.Extensions.Hosting": { - "target": "Package", - "version": "[1.6.0, )" - }, - "OpenTelemetry.Instrumentation.AspNetCore": { - "target": "Package", - "version": "[1.5.1-beta.1, )" - }, - "OpenTelemetry.Instrumentation.Runtime": { - "target": "Package", - "version": "[1.5.1, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.201/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/Examples/otel-dotnet/obj/project.nuget.cache b/Examples/otel-dotnet/obj/project.nuget.cache deleted file mode 100644 index 714316e4e6..0000000000 --- a/Examples/otel-dotnet/obj/project.nuget.cache +++ /dev/null @@ -1,39 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "kBspCkYM82GK1DjcaFAxuFSJ5yyZDweAwZpDY3NzeL+b5AIdlzzBhqF0w41aQvigzdX60YHSP8Nwd+epadb4vQ==", - "success": true, - "projectFilePath": "/Users/nawazdhandala/Projects/OneUptime/oneuptime/Examples/otel-dotnet/otel-dotnet.csproj", - "expectedPackageFiles": [ - "/Users/nawazdhandala/.nuget/packages/google.protobuf/3.19.4/google.protobuf.3.19.4.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/grpc.core.api/2.52.0/grpc.core.api.2.52.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/grpc.net.client/2.52.0/grpc.net.client.2.52.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/grpc.net.common/2.52.0/grpc.net.common.2.52.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.configuration/3.1.0/microsoft.extensions.configuration.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.configuration.abstractions/3.1.0/microsoft.extensions.configuration.abstractions.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.configuration.binder/3.1.0/microsoft.extensions.configuration.binder.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.dependencyinjection/3.1.0/microsoft.extensions.dependencyinjection.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/3.1.0/microsoft.extensions.dependencyinjection.abstractions.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.fileproviders.abstractions/2.1.0/microsoft.extensions.fileproviders.abstractions.2.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.hosting.abstractions/2.1.0/microsoft.extensions.hosting.abstractions.2.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.logging/3.1.0/microsoft.extensions.logging.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.logging.abstractions/3.1.0/microsoft.extensions.logging.abstractions.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.logging.configuration/3.1.0/microsoft.extensions.logging.configuration.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.options/3.1.0/microsoft.extensions.options.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.options.configurationextensions/3.1.0/microsoft.extensions.options.configurationextensions.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/microsoft.extensions.primitives/3.1.0/microsoft.extensions.primitives.3.1.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/opentelemetry/1.6.0/opentelemetry.1.6.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/opentelemetry.api/1.6.0/opentelemetry.api.1.6.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/opentelemetry.api.providerbuilderextensions/1.6.0/opentelemetry.api.providerbuilderextensions.1.6.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/opentelemetry.exporter.console/1.6.0/opentelemetry.exporter.console.1.6.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/opentelemetry.exporter.opentelemetryprotocol/1.6.0/opentelemetry.exporter.opentelemetryprotocol.1.6.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/opentelemetry.extensions.hosting/1.6.0/opentelemetry.extensions.hosting.1.6.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/opentelemetry.instrumentation.aspnetcore/1.5.1-beta.1/opentelemetry.instrumentation.aspnetcore.1.5.1-beta.1.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/opentelemetry.instrumentation.runtime/1.5.1/opentelemetry.instrumentation.runtime.1.5.1.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/system.diagnostics.diagnosticsource/7.0.2/system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/system.text.encodings.web/4.7.2/system.text.encodings.web.4.7.2.nupkg.sha512", - "/Users/nawazdhandala/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/Examples/otel-dotnet/obj/staticwebassets.pack.sentinel b/Examples/otel-dotnet/obj/staticwebassets.pack.sentinel deleted file mode 100644 index fc7d237e8c..0000000000 --- a/Examples/otel-dotnet/obj/staticwebassets.pack.sentinel +++ /dev/null @@ -1,71 +0,0 @@ -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0 -2.0