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

Add Azure Functions extension to add HTTP correlation with HttpCorrelationInfoOptions #298

Closed
stijnmoreels opened this issue Feb 16, 2022 · 0 comments · Fixed by #306
Closed
Assignees
Labels
correlation All issues related to HTTP correlation enhancement New feature or request good first issue Good for newcomers
Projects
Milestone

Comments

@stijnmoreels
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, we are moving towards removing the configuration of HTTP correlation with the general CorrelationInfoOptions and using the specific HttpCorrelationInfoOptions because it contains more HTTP-specific options to configure the correlation.
The Azure Functions-variant of configuring this HTTP correlation is not yet being updated.

Describe the solution you'd like
Add an .AddHttpCorrelation method extension for Azure Functions that takes in the HttpCorrelationInfoOptions to configure the HTTP correlation. Make sure that the other, general extension with the CorrelationInfoOptions, is marked as obsolete.

@stijnmoreels stijnmoreels added enhancement New feature or request good first issue Good for newcomers correlation All issues related to HTTP correlation labels Feb 16, 2022
@stijnmoreels stijnmoreels added this to the v1.5.0 milestone Feb 16, 2022
@stijnmoreels stijnmoreels added this to To do in Roadmap via automation Feb 16, 2022
@stijnmoreels stijnmoreels self-assigned this Mar 4, 2022
Roadmap automation moved this from To do to Done Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correlation All issues related to HTTP correlation enhancement New feature or request good first issue Good for newcomers
Projects
Roadmap
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant