Skip to main content

tracks

Creates, updates, deletes, gets or lists a tracks resource.

Overview

Nametracks
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
trackexechost, api_version, name, timeTrack 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.

NameDatatypeDescription
api_versionstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client apiVersion parameter. (default: )
hoststringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client host parameter. (default: )

Lifecycle Methods

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 }}"
}'
;