Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing binding direction from event name when emitting binding metric to logs. #8128

Merged
merged 3 commits into from
Feb 11, 2022

Conversation

kshyju
Copy link
Member

@kshyju kshyju commented Feb 9, 2022

Currently, for in-proc function apps, only trigger bindings were included in the function meta data. So, no other bindings (out/return) are being logged to the functions metrics logs. This is being fixed with this PR: Include all bindings when generating function metadata

As part of fixing this issue, we have decided to remove the binding direction value ("in" or "out") from the event name when emitting this to the functions metrics logs since we cannot reliably get this value.

liliankasem
liliankasem previously approved these changes Feb 10, 2022
mathewc
mathewc previously approved these changes Feb 11, 2022
@kshyju kshyju merged commit d42ae9c into dev Feb 11, 2022
@kshyju kshyju deleted the shkr/gh-8059-emit-binding-metric branch February 11, 2022 18:38
kshyju added a commit that referenced this pull request Mar 15, 2022
…ic to logs. (#8128)

* Removing binding direction when emitting binding metric to logs.

* Fixed test to address PR feedback.

* Removing unused constant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants