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 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…
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…
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…
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…
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…
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…
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…
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…
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 &…
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…
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?
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…
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…
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…