tracks
Creates, updates, deletes, gets or lists a tracks resource.
Overview
| Name | tracks |
| Type | Resource |
| Id | azure.monitor_opentelemetry_exporter.tracks |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
track | exec | host, api_version, name, time | Track telemetry events. This operation sends a sequence of telemetry events that will be monitored by Azure Monitor. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
api_version | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client apiVersion parameter. (default: ) |
host | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client host parameter. (default: ) |
Lifecycle Methods
- track
Track telemetry events. This operation sends a sequence of telemetry events that will be monitored by Azure Monitor.
EXEC azure.monitor_opentelemetry_exporter.tracks.track
@host='{{ host }}' --required,
@api_version='{{ api_version }}' --required
@@json=
'{
"ver": {{ ver }},
"name": "{{ name }}",
"time": "{{ time }}",
"sampleRate": {{ sampleRate }},
"seq": "{{ seq }}",
"iKey": "{{ iKey }}",
"tags": "{{ tags }}",
"data": "{{ data }}"
}'
;