cost 71 ms
尝试修复 Azure Timeseries Insight 上丢失的数据 - Trying to fix missing data on Azure Timeseries Insight

由于几个微服务失败,我试图在我的 azure 时间序列中插入一些缺失的数据。 因此,在 2022 年 11 月 20 日下午 5 点到晚上 9 点之间,缺少数据,我试图通过重新提交属于那个时期的数据来填补这些空白,但似乎 TSI 没有更新更改,所以我仍然看到下午 5 点到晚上 9 点之间的空白。 我 ...

是否有任何 function 可以使用.get 获得多个时间序列并在 Pandas 中创建 dataframe? - Is there any function to get multiple timeseries with .get and create a dataframe in Pandas?

我使用 datetimeindex 获得了多个系列格式的时间序列数据,我想对其重新采样并转换为 dataframe,其中包含多个列,每列代表每个时间序列。 我正在使用单独的函数来创建 dataframe,例如,.get()、.resample()、pd.concat()。 由于它不遵循 DRY 原 ...

在 Azure Time Series Insights Explorer 中使用 Time Series Expression Syntax 以秒为单位获取两个日期之间的差异 - Get difference between two dates in seconds using Time Series Expression Syntax in Azure Time Series Insights Explorer

我有一个事件中心,它使用以下消息格式将数据发送到时间序列见解: 我想计算事件中心EnqueuedTimeUtc属性和时间属性之间的秒数差异。 我创建了一个带有事件源的时间序列见解,但未指定时间戳属性名称,这样在时间序列见解中,我们的时间戳 ($ts) 属性将成为事件的 EnqueuedTimeUtc ...

如何从 IOT Central 数据导出、通过事件中心路由并在 TSI 中使用的类型和 model 遥测? - How to type and model telemetry from IOT Central data export, routed through Event Hub and consumed in TSI?

使用 IOT Central 数据导出到 Event Hub 时,消息格式为: 我的问题是如何将 Telemetry 属性解压缩为 TSI 可以视为类型的内容? Type 似乎依赖于更扁平的命名结构,例如$event.telemety.watts ,并且无法查询$event.telemetrty ...

如何将具有不同时间戳属性的多个 Azure IoT 设备中的数据带入相同的 Azure 时序洞察环境? - How to bring data from multiple Azure IoT devices with different timestamp properties into same Azure Time Series Insights environment?

我有多个 Azure IoT 设备将遥测消息发送到单个 IoT 中心。 每个设备都有自己的时间戳属性名称。 如何将所有这些设备 go 的数据放入相同的 TSI 环境中? 我尝试为同一个 IoT 中心创建多个事件源,但具有不同的时间戳属性。 这一次只将一个事件源的时间戳记为 $ts,但是如何查询特定 ...

如何使用 TSI Gen2 Rest API (Azure) 计算停机时间报告 - How to calculate downtime report using TSI Gen2 Rest APIs (Azure)

我们正在使用 Azure IoT Hub 将数据发送到 Azure TSI,我们正在利用 TSI Rest API 从它获取数据。 数据格式- 原始遥测看起来像 - 例如,我在时间戳中使用了 123456。 我需要计算停机时间(最后一次出现 0 - 第一次出现 0 ),然后忽略状态 1,再次计算 1 ...

如何通过专用连接将时序洞察连接到 Azure IoT 中心 - How to connect Time Series Insight to Azure IoT Hub over Private Connection

我有一个 Azure IoT 中心(公共访问受限)并拥有时间序列洞察力。 我想通过专用连接将此时间序列洞察连接到 IoT 中心,这样我就不需要让 IoT 中心可公开访问。 在时间序列洞察中创建私有端点对我不起作用。 ...

Azure Time Series Insights Gen2 的高存储成本 - High Storage Cost with Azure Time Series Insights Gen2

我们目前对时序见解实例的底层存储帐户的存储成本发展感到困惑/担忧。 Time Series Insights Ingress Received Bytes 显示过去 30 天的数量为 1.5 GB: 如果我查看同一时间跨度的相关存储帐户,我会看到 7.9 TB 的入口: 我知道 TSI 需要一 ...

从原始数据构建累积变量/聚合 - Build a cumulative variable/aggregate from raw data

我有一个功耗传感器 (kWh) 将数据发送到我的 TSI Gen2 环境,并且它发生故障的方式是它在关闭时会丢失其累积的测量值。 我需要创建一个新的聚合/变量来“堆叠”测量值,永远不要让它降到零,但总是添加到最后一个最大值。 我考虑过创建一个数据集,其值在固定时间跨度内从右到左的差异值(如果为正), ...

使用 Azure TimeSeries Insights 获取时间序列的最后一个值 - Get Last Value of a Time Series with Azure TimeSeries Insights

我如何查询时间序列中的最后一个(最近的)事件及其时间戳? 此处描述的方法对我不起作用,因为我不能保证最近的事件在固定时间 window 内。 就我而言,该事件可能已在数小时或数天前收到。 LAST() function 返回最后一个事件,Get Series API 应该根据文档保留实际的事件时 ...

Azure Time Series Insights 查询:如何在查询中表示“cpu.thermal.average”等变量? - Azure Time Series Insights query: how to denote a variable such as 'cpu.thermal.average' in the query?

我的系列得到了价值:cpu.thermal.average。 我在给定的时间范围内看到了 TSI 资源管理器中的值。 通过执行以下请求,对于“温度”,我只会得到“null”。 我不确定如何编写 $event.cpu.thermal.average 等价物。 任何想法? { ...

如果将参数用于 GetEvents 和 GetSeries 端点,预期的 Azure Time-Series-Insights Gen2 API 行为是什么? - What is the expected Azure Time-Series-Insights Gen2 API-behavior incase of take-parameter is used for GetEvents and GetSeries endpoints?

我目前正在试验 Azure TSI Gen2 ApiVersion = "2020-07-31"并且我想知道GetSeries和GetEvents端点Take参数的效果。 如果我查询 TSI 数据以查找包含比我在Take参数中定义的事件更多的事件的广泛searchSpan ,会发生什么? 数据是否 ...

如何使用 session ID 和标签名称从 TSI 中提取值 - How to pull values from TSI using session ID and tag name

我正在尝试使用 session ID 从时间序列洞察中提取值,使用 python 的环境名称和标签名称。 我想出的步骤如下。 我能够使用访问令牌获得 session,我可以使用该访问令牌访问具有我想要提取的标签值的 TSI 环境。 使用访问令牌获取 session 使用 session 并访问 TS ...

如何结合资源特定范围添加 TSI scope - How to add TSI scope combined with resource-specific scopes

我正在尝试授权用户使用我构建的 python flask 应用程序。 我使用 flask 舞蹈 azure 蓝图并定义范围以访问用户信息。 我尝试为 TSI 添加 scope,如下图所示在此处输入图像描述。 此蓝图通常会生成访问令牌。 我们定义了 TSI scope 的访问令牌可用于根据 TSI ...

有没有办法将 TSI 可视化链接到 python 应用程序 - Is there a way to link to TSI visualization to a python application

我是时间序列见解的新手。 我很好奇 python sdk 连接到 TSI。 我知道我们可以使用 python SDK 连接到 TSI 并以 dataframe 的形式获取数据。 对于我的用例,我有一个 python flask 应用程序(UI),我们在其中列出了一组具有 TSI 趋势的标签。 我很好 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM