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

C# Application Insights - multiple instances of TelemetryClient

I would like to log Application Insights telemetry data to both my own account and a client's account. Is there any issue with using multiple instances of TelemetryClient to log the same data to two different Application Insights instrumentation…
blizz
  • 4,102
  • 6
  • 36
  • 60
0
votes
1 answer

Accelerometer and Gyroscope Multiple Values - DJI iOS UXSDKDemo

Is there a way to get the accelerometer and gyroscope sensor data from all three axises (xyz)? Using the code below, I consistently log the "LOG: Gyroscope: 5.0000" or "LOG: Gyroscope: 6.0000". The same result occurs for the accelerometer. Why is it…
brayvan
  • 39
  • 5
0
votes
1 answer

Estimote Telemetry : Unable to track temperature

I’m following the example given on the Estimotes developers doc. Code is as follows I'm facing an 'incompatible type error" when trying to pass the value to scanID variable. package e.user.estimotetelemetry; import android.os.Bundle; import…
0
votes
2 answers

Loop through array at certain speed in Javascript

I'm new here so spare me please. I'm working on a little hobby project of mine where an application gathers telemetry which is recorded and saved at 60Hz (so 60 index in an array for each second). This is always the case. I then want to 'play…
Gerben321
  • 13
  • 2
0
votes
1 answer

Application Insights not logging anything in Azure from .Net without using CancellationToken

I am getting an issue while using the following code to Log to Application Insights: var configuration = new TelemetryConfiguration(); configuration.InstrumentationKey = "KEY"; var client = new…
0
votes
1 answer

Naming diurnal intervals in R

I am working with acoustic telemetry data and I am trying to further divide my "hours" column into intervals. Ideally I would like to say timeperiod1 is "early" if it falls between 00:00:01-06:00:00 etc or something of that nature. I have already…
0
votes
0 answers

R: covert .log to .xml file

I have a .log file (Telemetry data) which is basically a xml file. The data is as follows:
Jeet
  • 5
  • 4
0
votes
5 answers

push telemetry to thingsboard asset

I've trying to setup ThingsBoard for a few days and up to now it's going well. I'm stuck on how to push attributes (sometimes in an aggregate mode - avg, sum, etc) and telemetry data from a Device to its related asset. Any simple way to do it? I…
0
votes
2 answers

Thingsboard Can we process the recieved telemetry data and again store computed value

Thingsboard Can we process the recieved telemetry data and again store computed value? Example if some kind of sensors sending me a x,y,z value as telemetry data and using x,y,z I have to calculte p=x+y/z and again save p as telemetrey data. How…
user1073214
  • 173
  • 2
  • 10
0
votes
0 answers

Kotlin read variable and post yes or no answer

I use Java and Kotlin for personal projects with little experience and I might use your help with this one. What I am trying to do is to read telemetry data (temperature, pressure, light level) from Estimote beacon. I have already managed to put &…
Norbert
  • 3
  • 1
0
votes
0 answers

Context Properties Not Recorded From WPF To Application Insights

I am trying to record telemetry to Application Insights from a WPF app. Events and page views are being logged but the context properties are not being logged alongside them. I have intitialised the client like: internal InsightsLogging(string…
0
votes
1 answer

How to fetch details from Application insight in c#

My current requirement is to fetch the Application Insight Data into my application & Use the log data for some of the customized dashboard. Dashboard is 2nd task i can take care. Only the Query is how to fetch logs from Application Insight?
lokanath das
  • 736
  • 1
  • 10
  • 35
0
votes
1 answer

VSTS Release : bubbling up release quality metrics

We have a continuous deployment pipeline that is setup to deploy to a chain of environments. In the portal, all I can see is the following : How do I configure the portal such that it also shows : How long each release took, split by…
dparkar
  • 1,934
  • 2
  • 22
  • 52
0
votes
2 answers

Xamarin estimote beaconManager.StartTelemetryDiscovery(); caused exception You need to initialize SDK first

When start beaconManager.StartTelemetryDiscovery(); in xamarin caused this exception: java.lang.NullPointerException: You need to initialize SDK first. EstimoteSDK.initialize(applicationContext, appId, appToken) I can not find any method in the…
0
votes
0 answers

View Requests in applications Insights

I have a web api project deployed on azure... I need to see all requests arrive to the APIs. I am almost sure that before I could see the requests but now I do not see anything... The strange thing is that now applications insights look like…
Simone
  • 2,304
  • 6
  • 30
  • 79