Skip to content

Commit

Permalink
[Azure Monitor OpenTelemetry] Add Live Metrics (Azure#27612)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@azure/monitor-opentelemetry

---------

Co-authored-by: Jackson Weber <[email protected]>
  • Loading branch information
hectorhdzg and JacksonWeber authored Dec 4, 2023
1 parent c59f6f9 commit d652007
Show file tree
Hide file tree
Showing 26 changed files with 3,108 additions and 133 deletions.
3 changes: 3 additions & 0 deletions sdk/monitor/monitor-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
"esm": "^3.2.18"
},
"dependencies": {
"@azure/core-client": "^1.0.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.1.0",
"@azure/functions": "^3.2.0",
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.18",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { Resource } from '@opentelemetry/resources';
// @public
export interface AzureMonitorOpenTelemetryOptions {
azureMonitorExporterOptions?: AzureMonitorExporterOptions;
enableLiveMetrics?: boolean;
enableStandardMetrics?: boolean;
instrumentationOptions?: InstrumentationOptions;
resource?: Resource;
samplingRatio?: number;
Expand Down
10 changes: 10 additions & 0 deletions sdk/monitor/monitor-opentelemetry/src/generated/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d652007

Please sign in to comment.