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 have a project where we read large amount of telemetry data. The telemetry consists of "channels", a channel is often values from a single sensor. For instance a temperature sensor.
Each reading consists of:
A: The measured value
B: The channel…
I'm looking for a device who has the capability to be a GPSR tracker and have the same features like ELM327 OBD II has. The features I'm talking about are:
Engine RPM
Calculated Load Value
Coolant Temperature
Fuel System Status
Vehicle Speed
Short…
I am evaluating the Revulytics SDK and have some troubles initializing the telemetry client. I am
using C# and although I set the paths correctly, according to
http://devzone.revulytics.com/docs/v4/NET/sdk-configuration.html
I get “Config not…
Application Insights allows to capture telemetry data for
Page views, Requests, Exceptions and couple of other kinds. If I want to capture data for only exceptions, can I setup up my telemetry configuration to support this?. I am on an Asp.Net core…
I am using Estimote beacons to determine if something moved. This is done by monitoring which beacons are in range (MonitoringListener) and which beacons have moved (TelemetryListener).
The problem is EstimoteTelemetry has a field UniqueId but…
I am working on a micro-service application build in MS Azure Service Fabric. I need to gather infra level telemetry of the cluster and its nodes in real time and create Power BI queries so that i can prepare charts for the telemetry in Power BI…
I have a console application that runs through a web job scheduler after 15 minutes interval. But problem is that Application Insight Telemetry does not send data without using Thread.Sleep at the end of the code.
private static void…
I am getting the below error when I tired to refer the "Microsoft.ApplicationInsights" in SharePoint layouts aspx page which doesn't has a code behind page.
An error occurred during the compilation of the requested file, or one of its dependencies.…
When i install Ceilometer and on the stage of "Verify operation" on OpenStack Installation Tutorials, i run command following,But it's not success.
[root@controller3 gnocchi]# gnocchi resource list --type image
Unable to establish connection to…
When retrieving info via PerformanceCounter, for the counter "Working Set" i must specify a instance name. My problem is that on azure, Kudu also runs on a process named "w3wp". How can I be sure that i'm capturing only the numbers for MY instance…
Is there a way to use Application Insights as a substitute for Web Server Logging? My end goal here is to analyze 4xxs and 5xxs.
Details:
-Right now, i only have the requests info for controllers/action where I manually used TrackRequest
-Web App…
I'm sure this must be easy, but I can't find any documentation on it.
I have a custom ITelemetryChannel implementation in another assembly. How do I add it to the applicationinsights.config? The examples in Microsoft's documentation assume the…
I am using this command to launch an app on my chromeOS running on stable channel 57.0.2987.146
sudo dbus-send --system --type=method_call \
--dest=org.chromium.SessionManager /org/chromium/SessionManager…
We are hosting a SaaS application and enabled the app Insight Telemetry in the Portal to track the runtime logs. It is simple configuration from Visual studio and works fine.
We need to enable App insight telemetry data capture based on the Tenant.…
I implemented the application insights in my angular 2 application. In that I am tracking logged users, page views, custom events, exceptions and dependency calls.
When I observe the telemetry data in azure, it shows page views, events, exceptions,…