Skip to content

Commit d0c6170

Browse files
authored
Merge pull request #219239 from v-jbasden/jbasden-merge-export-data-model
Merging /app/export-data-model.md into /app/export-telemetry.md
2 parents fe3dac5 + 5e513c8 commit d0c6170

8 files changed

+368
-373
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5521,6 +5521,11 @@
55215521
"source_path_from_root": "/articles/azure-monitor/app/powershell-azure-diagnostics.md",
55225522
"redirect_url": "/azure/azure-monitor/agents/diagnostics-extension-to-application-insights",
55235523
"redirect_document_id": false
5524+
},
5525+
{
5526+
"source_path_from_root": "/articles/azure-monitor/app/export-data-model.md",
5527+
"redirect_url": "/azure/azure-monitor/app/export-telemetry",
5528+
"redirect_document_id": false
55245529
}
55255530
]
55265531
}

articles/azure-monitor/app/api-filtering-sampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ cfg: { // Application Insights Configuration
336336
</script>
337337
```
338338

339-
For a summary of the noncustom properties available on the telemetry item, see [Application Insights Export Data Model](./export-data-model.md).
339+
For a summary of the noncustom properties available on the telemetry item, see [Application Insights Export Data Model](./export-telemetry.md#application-insights-export-data-model).
340340

341341
You can add as many initializers as you like. They're called in the order that they're added.
342342

@@ -480,7 +480,7 @@ public void Initialize(ITelemetry telemetry)
480480
}
481481
```
482482

483-
#### Control the client IP address used for gelocation mappings
483+
#### Control the client IP address used for geolocation mappings
484484

485485
The following sample initializer sets the client IP which will be used for geolocation mapping, instead of the client socket IP address, during telemetry ingestion.
486486

articles/azure-monitor/app/export-data-model.md

Lines changed: 0 additions & 353 deletions
This file was deleted.

0 commit comments

Comments
 (0)