-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Azure.Monitor.OpenTelemetry.LiveMetrics with auto-generated class…
…es (#39602) * Add auto-generated classes for live metrics swagger. * fix readme and changelog location * Fix CI yaml
- Loading branch information
1 parent
f3c1d5c
commit b19ac30
Showing
52 changed files
with
2,478 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
sdk/monitor/Azure.Monitor.OpenTelemetry.LiveMetrics/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.1 (Unreleased) |
34 changes: 34 additions & 0 deletions
34
sdk/monitor/Azure.Monitor.OpenTelemetry.LiveMetrics/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Azure Monitor Live Metrics client library for .NET | ||
|
||
TODO | ||
|
||
## Getting started | ||
|
||
### Install the package | ||
|
||
|
||
### Prerequisites | ||
|
||
|
||
### Authenticate the client | ||
|
||
|
||
## Key concepts | ||
|
||
TODO | ||
|
||
## Examples | ||
|
||
TODO | ||
|
||
## Troubleshooting | ||
|
||
TODO | ||
|
||
## Next steps | ||
|
||
TODO | ||
|
||
## Contributing | ||
|
||
TODO |
15 changes: 15 additions & 0 deletions
15
...zure.Monitor.OpenTelemetry.LiveMetrics/src/Azure.Monitor.OpenTelemetry.LiveMetrics.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Description>An OpenTelemetry .NET AzureMonitor OpenTelemetry Live Metrics</Description> | ||
<AssemblyTitle>AzureMonitor OpenTelemetry Live Metrics</AssemblyTitle> | ||
<Version>1.0.0-beta.1</Version> | ||
<PackageTags>Azure Monitor OpenTelemetry live Metrics ApplicationInsights</PackageTags> | ||
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks> | ||
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Azure.Core" /> | ||
</ItemGroup> | ||
|
||
</Project> |
46 changes: 46 additions & 0 deletions
46
...nTelemetry.LiveMetrics/src/Generated/Models/CollectionConfigurationError.Serialization.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
...re.Monitor.OpenTelemetry.LiveMetrics/src/Generated/Models/CollectionConfigurationError.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
84 changes: 84 additions & 0 deletions
84
...onitor.OpenTelemetry.LiveMetrics/src/Generated/Models/CollectionConfigurationErrorType.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
74 changes: 74 additions & 0 deletions
74
...enTelemetry.LiveMetrics/src/Generated/Models/CollectionConfigurationInfo.Serialization.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
45 changes: 45 additions & 0 deletions
45
...ure.Monitor.OpenTelemetry.LiveMetrics/src/Generated/Models/CollectionConfigurationInfo.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.