Results 14 comments of Yang Chen

I can help supplement the documentation for the Alerting Alarms Center section.

hi, I can help supplement the documentation for the Alerting Integration

hi, is it possible to use the existing `calculates`, which is based on `JexlExpression` underneath? ``` valueString = (value == 1 ? "Normal" : (value == 2 ? "Warning" :...

At the protocol level, the collected metrics are mapped to aliasField - value, and then further processed using a calculation expression to produce realField - realValue. If I understood the...

> > 在协议级别,收集的指标映射到 aliasField - value,然后使用计算表达式进一步处理以生成 realField - realValue。如果我正确理解了代码,希望这对您有所帮助。 > > ``` > > fields: > > - field: myStatus > > type: 1 > > i18n: > > zh-CN:...

我也遇到这个问题。我发现是 %APPDATA%\Cursor\User\globalStorage\storage.json 的权限为只读造成的。修改文件权限后解决了这个问题。

> Hi, [@bigcyy](https://github.com/bigcyy) , thank you for the invitation > > What a coincidence, I also discovered this issue and am currently refactoring the comparison logic in `visitComparisonExpr`. > >...

Everyone, Thank you for the in-depth discussion. By combining everyone's viewpoints with my own thoughts, I'd like to propose a more complete solution to help us align our thinking. My...

In addition, I also support @Duansg's suggestion to split it into two .g4 files; I recommend we can add this as a future development goal. Then, regarding the complex syntax...

It seems that full PromQL support is necessary, then? If so, the approach of setting the value to `null` will need to be changed. Perhaps we can take the result...