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
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This PR adds the following metrics to the `oracledb` receiver:
- 'DDL statements parallelized'
- 'DML statements parallelized'
- 'Parallel operations not downgraded'
- 'Parallel operations downgraded to serial'
- 'Parallel operations downgraded (1-25%)'
- 'Parallel operations downgraded (25-50%)'
- 'Parallel operations downgraded (50-75%)'
- 'Parallel operations downgraded (75-99%)'
They are all disabled by default.
<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
N/A
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Manual testing.
<!--Describe the documentation added.-->
#### Documentation
Automatically generated by `mdatagen` for each metric.
<!--Please delete paragraphs that you did not use before submitting.-->
Number of times parallel execution was requested and the degree of parallelism was reduced down to 1-25% because of insufficient parallel execution servers
279
+
280
+
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
Number of times parallel execution was requested and the degree of parallelism was reduced down to 25-50% because of insufficient parallel execution servers
287
+
288
+
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
Number of times parallel execution was requested and the degree of parallelism was reduced down to 50-75% because of insufficient parallel execution servers
295
+
296
+
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
Number of times parallel execution was requested and the degree of parallelism was reduced down to 75-99% because of insufficient parallel execution servers
303
+
304
+
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
0 commit comments