-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[telemetry] - It would be great to have addtitional metrics #9412
Comments
@open-telemetry/collector-contrib-approvers can you share your thoughts? I can roll out a draft PR soon. |
How will the size be defined when it is not a string? What other metrics are you proposing? |
This feels like it belongs in Core, gonna transfer it there |
As per
I see, as per https://opentelemetry.io/docs/specs/otel/logs/data-model/#field-body it can
We can also explore a similar option for metrcis/trace. |
It's previously been discussed whether this is appropriate to enable by default at each component boundary but it was suggested it would add too much overhead. My opinion is that if disabled by default it would be very useful without adding overhead. |
This also appears to be related to this discussion. |
Similar to the issue here: #6638. In https://github.com/open-telemetry/otel-arrow/tree/main/collector/netstats, the OTel-Arrow components implements metrics that could be reused by any gRPC receiver or exporter. I would like to see this standardized and moved into the core. By the way, open-telemetry/oteps#249 replaced OTEP 238, and I see network-bytes metrics as complimentary to item-outcome metrics discussed in those two drafts. |
Component(s)
No response
Is your feature request related to a problem? Please describe.
We currently have some metrics exposed via ObsReport, such as:
refusedLogRecords
,droppedLogRecords
etc.However, these don't consider the body's size(in bytes).
Such metrics can provide another perspective regarding collector's capabilities for various users.
Describe the solution you'd like
Expose some additional metrics.
We can enable this via the feature gate
Describe alternatives you've considered
None yet.
Additional context
No response
The text was updated successfully, but these errors were encountered: