问题标签 [telemetry]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
120 浏览

python - Python UDP listener not returning data recieved from an MT4000 telemetry device. Ubuntu

I have:

At the moment when I run this, it successfully creates the socket, and binds the host and port, but then it doesn't display any data. No error is displayed, just a black screen, even when I watch the packets being received in the tcpdump. I am just trying to narrow down to where the problem is happening.

Any help would be greatly appreciated. Ed

0 投票
3 回答
1013 浏览

wcf - Cannot see option to 'Add Application Insights Telemetry to Project'

I have an existing web role that I deploy to Azure. Now I would like to try out Application Insights but I do not see an option to 'Add Application Insights Telemetry to Project'. I installed all the latest updates and if I try adding another web role project to my Azure deployment that new project has the option to add Application Insights.

Any ideas would be greatly appreciated.

Thank You!

0 投票
2 回答
101 浏览

r - 如何通过在 R 中的时间序列中使用第一个和最后一个时间戳来定义遇到周期

我使用电子标签的鱼。下面是我的遥测数据片段(数据帧“d”)。每个时间戳代表对唯一鱼的检测。

有许多不同的 TagID(个体鱼)。我想通过识别开始时间(“到达”)和结束时间(“离开”)将检测分类为每条鱼的遭遇时段,临界值为 1 小时。例如,对于上述鱼(TagID 163),输出将是:

我想创建一个执行以下操作的循环(或任何其他代码结构):

  1. 确定第一次检测的时间(“t1”)
  2. 如果时间序列中该标签的下一次检测(“t2”)距离 t1 不到一小时,则跳过它并继续下一次检测;否则,将 t1 放在“到达”向量中,将 t2 放在“离开向量”中。
  3. 在为每个 TagID 分类每个到达和离开时间戳时停止。

我不知道如何以最有效的方式做到这一点,非常感谢您的帮助。

谢谢!

0 投票
1 回答
846 浏览

r - adehabitatHR KD ID 和 XY 分配

我对 R 相当陌生。我想使用 adehabitatHR 包从我的海龟 GPS 数据中创建内核密度和等值线。我遇到了一些问题……</p>

基本上我无法在 R 中分配 ID 和 XY 字段来创建 KD 和 MCP。

预先感谢您的任何帮助!

0 投票
2 回答
213 浏览

c++ - What is the term used to describe the collection of user usage data?

We want to implement the collection of user usage data, for example crash reports, errors reported in logs, and normal usage patterns & statistics (how often the application is launched, how long certain tasks take to execute, etc.) I'm trying to determine whether there are third-party solutions for doing this (via some library you link against and a service they provide for collecting the data and uploading it to a service they provide, and we can query), or whether it makes sense to roll our own.

The fact that I don't know the industry term for this practice is preventing me from finding companies that may provide this service. I've always used the term "software telemetry" for this, but searching for that seems to be giving me just results related to traditional telemetry (tracking animals & such).

We have around 100,000 users, and our app is written in C++ in a unix environment, although it would not be strictly necessary to have system that has C/C++ libraries, as we could always create an intermediate file from our code that is uploaded to a remote service via a separate process.

0 投票
1 回答
2260 浏览

c# - 如何将 ASP.NET Web API 请求正文记录到 Application Insights 失败中?

我正在使用 TelemetryClient 在 Azure 上的 Application Insights 中将未处理的异常记录在 ExceptionLogger 中。

有没有办法记录 Web API 请求正文,以便我可以在 Azure 门户的 Application Insights 仪表板上查看它?

0 投票
2 回答
1305 浏览

c# - Microsoft.ApplicationInsights.Contracts 在 Microsoft.ApplicationInsights 中不存在

我想试试Microsoft.ApplicationInsights遥测。文档声称 TelemetryContext应该在Microsoft.ApplicationInsights.Contracts命名空间中,但是当我从 nuget获取Application Insights for WebMicrosoft.ApplicationInsights时(它让我成为依赖项),它似乎没有Contracts

Microsoft.ApplicationInsights.Contracts nuget search 没有结果

我必须在这里遗漏一些明显的东西。

0 投票
2 回答
1134 浏览

android - Android 信标库 Eddystone 遥测。温度

安卓版本。> 4.3 标准 Android 信标库估计信标。Eddystone-UID 包遥测包。

我正在尝试从 Eddystone-UID 包传输的遥测包中读取温度传感器传输。根据 Android Beacon 库中的 Eddystone [Telemetry] 示例,我可以成功读取 beacon.getExtraDataFields().get(2) 数据以进行温度传输。此数据根据温度打印为 4 位或 5 位数字。

我被告知信标温度传感器传输一个 8:8 的定点数...读取 beacon.getExtraDataFields().get(2) 然后除以 256 我得到摄氏温度读数。然而,一旦温度超过 0 摄氏度进入负值,我就会得到很大的差异。论坛中的研究似乎表明它与带符号的 8:8 固定符号数学和转换为十进制有关。虽然我了解 8:8 定点符号概念,但我似乎无法找到有关如何使用 Android 信标库方法读取负定点并转换为负 degC 的参考。

[注意:Estimote 的 Android SDK 和他们的信标应用程序有同样的问题......他们通过更新他们的 SDK 解决了这个问题......我使用的是 Android 库而不是 Estimote SDK]

指导将不胜感激。

0 投票
2 回答
1990 浏览

.net - 如何在 Application Insights 中隐藏客户端 IP 地址?

我尝试添加以下 TelemetryInitializer:

但它没有做我想要的。它在“自定义数据”部分添加了一个新属性,我想要的是在“请求属性”部分隐藏“客户端 IP 地址”。

0 投票
1 回答
2284 浏览

visual-studio-code - 禁用遥测 VisualStudio 代码企业

在 VisualStudio Code 中,我可以覆盖"telemetry.enableCrashReporter": false,但这必须为每个新用户手动完成。有没有办法通过 GPO 或注册表设置来设置它,所以我不必运行到每个用户并禁用它?