Application Insights API $select not returning all results when values share part of path
问题 I'm not sure if this is an OData issue or an Application Insights issue, but the App Insights API is not giving me all of the values I selected. It works normally most of the time, but when I ask for two values that share the beginning of their path, it only gives me the second value I asked for. Here's an example of my issue: data: { "count": 1, "type": "customEvent", "customDimensions": { "success": "true", "version": "ver-1" }, "other": { "key": "val-1" } }, { "count": 2, "type":