add log exporter and metric reader params to configure azure monitor
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
This adds two additional params as kwargs to the configure_azure_monitor function.
One for log_processors, one for metric_readers, then parses them the same way as the span_processors.
Closes: #44366
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
- [x] The pull request does not introduce [breaking changes]
- [ ] CHANGELOG is updated for new features, bug fixes or other significant changes.
- [x] I have read the contribution guidelines.
General Guidelines and Best Practices
- [x] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.
Testing Guidelines
- [x] Pull request includes test coverage for the included changes.
Thank you for your contribution @eavanvalkenburg! We will review the pull request and get back to you soon.
API Change Check
APIView identified API level changes in this PR and created the following API reviews
@eavanvalkenburg Thank you for your contribution. Do you mind if I push some changes to this PR?