improve: Span Adjustments #43
Merged
Merged
Conversation
…o refs instead of events. Add run-level autolog specs and inheritence. Better handling for metric names.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generated Summary:
Dreadnodeclass to replace default values forlog_inputsandlog_outputwithInherited, allowing for more flexible logging behavior.autologparameter in several methods, enabling automatic logging of task inputs, outputs, and metrics if not explicitly specified.Taskexecution to utilize theautologsetting, which impacts how metrics are recorded (e.g., success rate and execution count).autologparameter inRunSpan, affecting logging functions likelog_metricandlog_inputto utilize a given prefix for logs.ObjectRefdataclass to include anattributesfield, which provides additional context to logged objects.Inheritedtype for better clarity and type management when dealing with inherited default values for logging parameters.This summary was generated with ❤️ by rigging
Autogenerated:
Dreadnodeto allow for inherited logging configurations.log_inputsandlog_outputparameters to supportInheritedtype, defaulting toINHERITED.autologfunctionality toRunSpan, enabling automatic logging of task inputs/outputs when unspecified.log_inputsandlog_outputacross several functions, enhancing flexibility.Taskclass to respect the new configuration and to pay attention to theautologparameter.log_metricandlog_inputmethods inRunSpanandTaskSpanto support prefixed metric logging, adding contextual clarity.attributesfield to theObjectRefdataclass for better attribute management on logged objects.