You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mdatagen] Add events in generated documentation (#13037)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Add events in generated documentation
<!-- Issue number if applicable -->
#### Link to tracking issue
Part of #12571
<!--Describe what testing was performed and which tests were added.-->
#### Testing
n/a
<!--Describe the documentation added.-->
#### Documentation
Added
<!--Please delete paragraphs that you did not use before submitting.-->
---------
Co-authored-by: Dmitry Anoshin <[email protected]>
iflen(md.Metrics) !=0||len(md.Telemetry.Metrics) !=0||len(md.ResourceAttributes) !=0 { // if there's metrics or internal metrics, generate documentation for them
161
+
iflen(md.Metrics) !=0||len(md.Telemetry.Metrics) !=0||len(md.ResourceAttributes) !=0||len(md.Events) !=0{ // if there's metrics or internal metrics or events, generate documentation for them
0 commit comments