-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
ServiceGraph: support specifying time unit and histogram type, and buckets #27881
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Please note that my comments could be overruled by the code owners, I don't have a lot of experience here. I think this is a valid request, but as described below this would be a heavily involved breaking change.
It would be a breaking change to rename the metrics to no longer include the
Also, a clarification on your comment |
Thanks @crobert-1!
Great catch, I clarified, I meant the same characteristics (time unit and buckets). I see a broader topic of aligning better the Span Metrics and Service Graph connectors but it's a longer term topic initiated by @jpkrohling in: |
Thanks for the reference to #26648, I wasn't aware of that effort. Good to know! |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
connector/servicegraph
Is your feature request related to a problem? Please describe.
I want to use simultaneously the Service Graph Connector and the Span Metrics Connector with a Prometheus backend and to have both processors produce measurements in
s
rather thanms
and have the samehistogramshistogram characteristics (units and time buckets).Describe the solution you'd like
Add a
histogram/timeunit
configuration option in the Service Graph Connector and be consistent with the Span Metrics Connectorhistogram/timeunit
configuration setting.A lower priority would be to add support for specifying the histogram type
explicit|exponential
and bucket details similar to what the Span Metrics Connector offersDescribe alternatives you've considered
Convert Service Graph Connector metrics from
ms
tos
in a downstream OTel Collector processor.Additional context
See also:
The text was updated successfully, but these errors were encountered: