Questions tagged [telemetry]

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.

References

314 questions
0
votes
1 answer

Handling large amounts of telemetry

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…
soren.bendtsen
  • 405
  • 1
  • 4
  • 9
0
votes
2 answers

There is any GPSR tracker with the ELM327 features?

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…
Jorge Martins
  • 31
  • 1
  • 5
0
votes
1 answer

Telemetry client issue with Revulytics SDK

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…
exionyte
  • 23
  • 4
0
votes
2 answers

Application Insights selective telemetry data capture

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…
Nitin Rastogi
  • 1,446
  • 16
  • 30
0
votes
1 answer

Estimote Beacons - How to match EstimoteTelemetry with Beacon

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…
Nickmccomb
  • 1,467
  • 3
  • 19
  • 34
0
votes
0 answers

Infra level telemetry of a micro-service application built with MS Azure Service Fabric

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…
0
votes
1 answer

Application Insight does not send data without using Thread.Sleep

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…
Rousonur Jaman
  • 1,183
  • 14
  • 19
0
votes
1 answer

How to add assembly reference in aspx page inline coding

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.…
krishna
  • 575
  • 2
  • 8
  • 22
0
votes
1 answer

gnocchi-api running error, Address already in use

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…
accjiyun
  • 3
  • 5
0
votes
0 answers

IIS C# Azure - Get memory working set of current w3wp only

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…
Leonardo
  • 10,737
  • 10
  • 62
  • 155
0
votes
1 answer

Azure Application Insights - search HTTP erros?

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…
Leonardo
  • 10,737
  • 10
  • 62
  • 155
0
votes
1 answer

applicationinsights.config external custom library

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…
BanksySan
  • 27,362
  • 33
  • 117
  • 216
0
votes
1 answer

cannot skip login using telemetry on ChromeOS stable channel 57.0.2987.146

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…
Muffadal
  • 21
  • 1
  • 4
0
votes
1 answer

App insights configuration ON/OFF control in DB

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.…
0
votes
1 answer

How to monitor only code related dependencies Ajax calls not a node modules dependencies and browserLinkSignalR Ajax calls?

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,…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
1 2 3
20
21