-
Beta Was this translation helpful? Give feedback.
Answered by
GitTorre
Sep 23, 2022
Replies: 1 comment 1 reply
-
Hi, That is by design. All observers store their monitoring data in instances of the same type, TelemetryData. For NodeObserver, there is no ApplicationName or ServiceName (or Partition or Replica) associated with what it monitors: machine-level resource usage across various metrics. Only AppObserver would have these properties set in the instances of TelemetryData it creates. What you see in the Description field is a JSON-serialized instance of TelemetryData. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GitTorre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
That is by design. All observers store their monitoring data in instances of the same type, TelemetryData. For NodeObserver, there is no ApplicationName or ServiceName (or Partition or Replica) associated with what it monitors: machine-level resource usage across various metrics. Only AppObserver would have these properties set in the instances of TelemetryData it creates.
What you see in the Description field is a JSON-serialized instance of TelemetryData.