325 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
69
views
MCP2515: normal Operation mode and Listen-Only mode
I have two ESP32S, each connected to a CAN driver (MCP2515 + TJA1050). One is constantly sending data, the other is constantly only receiving it. I want whoever receives the data to work in Listen-...
0
votes
0
answers
67
views
.NET Aspire right after start spams telemetry log
I added Aspire to my .NET project and after starting it (Visual Studio profile AppHost https), I constantly get a spamming telemetry log in my Debug Console. It appears every second. I feel like it is ...
0
votes
1
answer
66
views
JavaScript text binding for Telemetry value
i do not have any clue about JavaScript and programming at all but i am trying to set up a sim racing dash and the software (MOZA PitHouse) gives me some good opportunities, but the results arend't ...
1
vote
0
answers
99
views
Get MongoDB telemetry using Open Telemetry auto instrumentation for flask?
My company runs a Flask API connected to MongoDB on atlas. Currently, we have minimal logging and metrics and rely solely on Altas to monitor DB usage. This month we realized the DB is being queried ...
0
votes
1
answer
201
views
Clear all telemetry and datapoints in Thingsboard Cloud
I have a couple of sensors connected on Thigsoard Cloud, monitoring temperature. It seems that I have used up all of my available space in the cloud and Thingsboard is no longer receiving the data so ...
0
votes
0
answers
97
views
Application insights telemetry initializer not called
Custom telemetry initializer derived from TelemetryInitializerBase does not receive log messages written from within SignalR hub.
It does receive them if ILogger.LogInformation is called from a web ...
0
votes
1
answer
298
views
Azure Application Insight With Spring Boot | Custom Telemetry Initializer
I am trying to use azure application insights with spring boot application. Below is my code
I am using
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>...
0
votes
1
answer
71
views
Is customDimension column name 'first' restricted?
Query could not be parsed at 'first' on line
All other columns are able to be parsed with no issue, does KQL custom dimensions restrict the use of the column name 'first' when trying to parse?
Here ...
Sam's user avatar
- 1,376
1
vote
1
answer
236
views
ITelemetryProcessor uses 5% total CPU - log filtering in dotnet-isolated azure function
I have the following telemetry processor:
public class ExcludeInProcInvokeTelemetryProcessor(ITelemetryProcessor next) : ITelemetryProcessor
{
private readonly ITelemetryProcessor _next = next;
...
1
vote
1
answer
295
views
How to sync analytics and diagnostic events, errors, exceptions, crashes to Azure application app insights or blob storage from Android application
I have an Android application where I synced custom events, exceptions and crashes to Microsoft App Center using Android App Center SDK. Later I added AppInsight export to sync them to Azure App ...
1
vote
1
answer
594
views
Thingsboard MQTT subscribe to multiple topics? Is this possible
Hi I have installed TB CE onto my Linux test server. Am really happy with it so far. But I have run into an issue. Which is probably due to me not understanding some concept properly!
I have two ESP32 ...
0
votes
1
answer
158
views
How to calculate distance with telemetry data
I have telemetry data with a large number of detections for each individual (ID) at several stations. I want to calculate the total distance travelled by each ID in my study.
Each station is ...
0
votes
1
answer
80
views
Create local network that allows 2 part communicate in no internet area
I findout project outsource name: OpenHD. They set up a local network that allows the ground unit to connect to the air unit (UAV), enabling app like: Qground, mission planner to see everything that's ...
0
votes
0
answers
103
views
Is it a problem to have multiple MeterProviders in a single Windows Service process?
I have a Windows Service which is currently configured to spawn 144 threads to process its workload. Each thread has one Worker class instance and each Worker class maintains 3 instances of our ...
1
vote
1
answer
421
views
Azure Databricks and Trace Telemetry Data
All,
We are in the process of strategizing on an Observability Platform for our data landscape which includes Datalake, Data Factory, Tidal and Azure Databricks to capture Telemetry data (Metrics, ...