-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add node.js runtime metrics semantic conventions #991
Conversation
0415b17
to
8b98001
Compare
I wasn't sure if I need to update something on the next, since there was no changes to existing semantic. This is a new one. |
cc @open-telemetry/javascript-approvers |
e103e60
to
42c6ce3
Compare
I am wondering whether or not it should be called NodeJS. What if someone uses Deno or Bun? |
50b741f
to
5eb9c53
Compare
what about just |
I mean I guess, but also feel like it can be confused with the language instead of the runtime environment |
if we want to go be definition, it would be |
jsruntime sounds maybe better? idk, might need some extra opinions |
12a8c9f
to
ce06636
Compare
For my opinion different runtimes need to have diferent preffix. Also i think for version we need to set metric like it does in the prom-client library. Attribute in all metrics with version, for my opinion, it's not a good solution. |
… into nodejs-metrics
One last question from my side. I've checked that other metrics of time make use of
Here all the metrics related to delay and using |
That is a limitation of this type of metric for node, meaning, I'm using this more because is from the event loop and not because is a duration (I even use histogram on duration on other metrics). Hope that helps clarify! |
… into nodejs-metrics
It helps a lot. Thank you! :) |
Could you please add a similar note to the md file itself? @open-telemetry/javascript-approvers any last minute feedback? |
Done |
Signed-off-by: maryliag <[email protected]> Co-authored-by: Liudmila Molkova <[email protected]>
Part Of #990
Changes
Adding semantic conventions for Node.js runtime metrics
Merge requirement checklist
[chore]