Skip to content

Commit dce92ce

Browse files
authored
Update receive-real-time-telemetry.md
1 parent 018260c commit dce92ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/orbital/receive-real-time-telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Follow the [instructions to enable Capture](../../articles/event-hubs/event-hubs
6969
## Understand telemetry points
7070

7171
### Current telemetry schema version: 4.1
72-
The ground station provides telemetry using Avro as a schema. The schema is below:
72+
The ground station provides telemetry using Avro as a schema. The schema is below. Note, Microsoft antennas emit Telemetry once the first data point is received. Telemetry is reported using a "last known value" approach, meaning that we will always send the most recent value we have for a metric. Due to this behavior, you may see a `NULL` value in the first second of a contact until that metric is first produced.
7373

7474
```json
7575
{

0 commit comments

Comments
 (0)