otel data cannot trigger alarms in cluster mode[Bug] #10830
-
Search before asking
Apache SkyWalking ComponentOAP server (apache/skywalking) What happenedIn clustered mode, when data is received and deserialized in RemoteServiceHandler, MetricsMetaInfo in AcceptableValue is always initialized (metricsName="UNKONWN",scope=0). As a result, such data cannot trigger alarms in cluster mode What you expected to happenI expect that the metrics monitored by the infrastructure in cluster mode can normally trigger alarms How to reproduceReplication mode: Access infrastructure monitoring data in cluster mode and add alarms to the data Anything elseNo response Are you willing to submit PR?
Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The alerting is only based on metrics persistent. If something wrong happened in the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
By this I mean that the MetricsMetaInfo in Meter obtained under RemoteServiceHandler is (metricsName="UNKONWN",scope=0), resulting in no alarm being triggered when the notify method in NotifyHandler is executed.