Replies: 3 comments 1 reply
-
I think it probably makes sense to have |
Beta Was this translation helpful? Give feedback.
-
As I see it, adding these labels will not add to any cardinality, but will make sure that we accurately know which fn is calling/being called (in case of function name collisions). So think we should proceed with these changes, so we need to define it in the spec and implement it in the libraries. I think that we can include these changes with the changes that we're already doing in https://github.com/orgs/autometrics-dev/discussions/33 |
Beta Was this translation helpful? Give feedback.
-
The implementation of this is being tracked in #75 |
Beta Was this translation helpful? Give feedback.
-
Right now the caller function can be stored under
caller
label. The value of this label is set to the function as it appears in the code, however this doesn't make it unique (given that there's no module name included).We probably want to change this so we can ensure that when looking for functions that we're called by. another function actually match exactly (i.e. also matches on the module). In order to achieve this we could either.
caller_module
caller_module
nameIf people have better ideas, preferences, please let your ideas, suggestions & preferences be heard!
Beta Was this translation helpful? Give feedback.
All reactions