This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Log improvements #2448
Answered
by
stishkin
Stas (stishkin)
asked this question in
Show and tell
Log improvements
#2448
|
Moving out data-values from log messages into CustomDimensions Code to produce AppInsights entry: |
Answered by
stishkin
Sep 27, 2022
Replies: 3 comments 2 replies
|
Change tags in the message from |
1 reply
|
It would also be nice if we could enforce some sort of naming consistency for these tags to make it easier to query/join across different message types. Could it be sufficient to say the tag name has to be the property name? Our models are pretty consistent. The downside with coupling tag name to model property name is that we might want to do a custom tag name in the telemetry for whatever reason so we would need a way to override the default behavior. |
1 reply
0 replies
Answer selected by
stishkin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


#2450