File: README.md

package info (click to toggle)
python-azure 20201208%2Bgit-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,437,920 kB
  • sloc: python: 4,287,452; javascript: 269; makefile: 198; sh: 187; xml: 106
file content (31 lines) | stat: -rw-r--r-- 893 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# OpenTelemetry Exporter for Azure Monitor Client for Python

> see https://aka.ms/autorest

## Instructions

From `microsoft-opentelemetry-exporter-azuremonitor/`:

```
rmdir ./microsoft/opentelemetry/exporter/azuremonitor/_generated
autorest ./swagger/README.md --python --v3
```

### Configuration

```yaml
title: AzureMonitorClient
description: OpenTelemetry Exporter for Azure Monitor
generated-metadata: false
license-header: MICROSOFT_MIT_NO_VERSION
no-namespace-folders: true
trace: false
output-folder: ../microsoft/opentelemetry/exporter/azuremonitor/_generated
source-code-folder-path: ./microsoft/opentelemetry/exporter/azuremonitor/_generated
input-file: 
    - https://github.com/Azure/azure-rest-api-specs/blob/master/specification/applicationinsights/data-plane/Monitor.Exporters/preview/2020-09-15_Preview/swagger.json

python: true
v3: true
use: "@autorest/python@5.5.0"
```