Replies: 1 comment 6 replies
-
Hm that's odd, was it with a given change or not? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I log custom events in an Azure Function using the Arcus Observability methods like this:
I'd expect that all my 'VesselHeartbeatReceived' custom events now contain 2 custom properties, but that doesn't seem to be the case.
Given this KQL query:
I get this output:
As you can see, some events have custom dimensions, others do not.
When I go somewhat further back in time, I can again see some events with those custom properties:
How to explain this behavior ? A bug in Arcus.Observability ? Sampling by AppInsights ?
Beta Was this translation helpful? Give feedback.
All reactions