Telemetry refers to software which automates the process of measuring physical hardware status information, mapping it to a metadata format, and transmitting the results
Telemetry is used for remote monitoring of software and hardware events to facilitate the discovery, control, and troubleshooting of performance issues in a released application.
I would like to log the following in my telemetry for diagnostic and usage purposes:
Azure Subscription ID
AAD Tenant ID
AAD App Client ID
Should I treat them as secrets/PII and hash/encrypt them?
(it goes without saying I will not be retaining…
I try to use Dependency injection in Azure Functions for TelemetryConfiguration. In my function I will have it resolved when I inject TelemetryConfiguration in the functions constructor. I suppose I don't really understand how I will do with…
I'm running an MVC app in VS 2015. During debug mode, everything is work just fine until when I try to create new user.
The create form works also the save button. But the new data is not showing in the index but the new edit/details/delete is the…
I'm trying to call a map from google maps using ggmap. Example code:
get_googlemap(center = c(lon = -56.67, lat = 51.47), zoom = 8, size = c(640, 640), scale = 2,
format = "png8", maptype = "satellite")
However, this returns the…
I couldn't find any information about an async implementation of application Insights, specifically the TelemetryClient for Microsoft.ApplicationInsights Nuget.
And by that I mean a full implementation from the exposed methods down to the actual…
I want to exclude mulitple app groups from my query... Not sure how to go about it.. My thoughts are like this
count(master_build_state{app_group~! "oss-data-repair", "pts-plan-tech-solution", kubernets_namespace = "etc"} ==0)
I do not want to…
Built from the latest sources.
I am trying to prevent vs code to make any network requests(checking for updates, telemetry, etc.).
I tried this
config: {
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
…
I have a NodeJS app in which I'm consuming the applicationinsights NodeJS package (this). According to ApplicationInsights data model described here, it says the property exists, but I am not able to find a code snipped as to how to set this…
I am using application insights sdk for a wpf app I've been working on to capture some simple telemetry. I am loading the configuration file that looks like this
Due to a bug in the sigar library version I am using (returns bogus values for swap), I tried using com.sun.management.OperatingSystemMXBean instead. This worked fine and gave me the desired results (on Windows).
Class> sunMxBeanClass =…
We can send 'application version' property with every insight in c# like in this tutorial by adding a initializer.
class AppVersionTelemetryInitializer : Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer
{
public void…
I need to store telemetry data that is being generated every few minutes from over 10000 nodes (which may increase), each supplying the data over the internet to a server for logging. I'll also need to query this data from a web application.
I'm…
When updating my ubuntu system I saw the following messages.
**Telemetry
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by…
I have created a basic console app with AI following the blog https://azure.microsoft.com/en-us/documentation/articles/app-insights-windows-desktop/, however no metrics are captured in AI of my Azure account. There isn't any error/exception reported…
We are using Autofac 4 for DI and I started experimenting with AI a short while ago. Now I created a IdentityTelemetryInitializer class which needs and IIdentityProvider to be able to get the ID of the current authorized user and set it add it to…