tasker-engine 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/app/controllers/tasker/analytics_controller.rb +2 -2
- data/app/controllers/tasker/graphql_controller.rb +3 -3
- data/app/controllers/tasker/health_controller.rb +1 -1
- data/app/controllers/tasker/metrics_controller.rb +3 -3
- data/app/jobs/tasker/metrics_export_job.rb +1 -1
- data/app/models/tasker/application_record.rb +5 -5
- data/app/models/tasker/task.rb +1 -1
- data/db/functions/get_step_readiness_status_single_and_batch_v02.sql +2 -2
- data/docs/AUTH.md +11 -11
- data/docs/DEVELOPER_GUIDE.md +6 -6
- data/docs/EXECUTION_CONFIGURATION.md +1 -1
- data/docs/HEALTH.md +3 -3
- data/docs/METRICS.md +4 -4
- data/docs/OPTIMIZATION_PLAN.md +3 -3
- data/docs/QUICK_START.md +1 -1
- data/docs/REST_API.md +1 -1
- data/docs/TELEMETRY.md +5 -5
- data/docs/TROUBLESHOOTING.md +2 -2
- data/docs/TaskHandlerGenerator.html +55 -55
- data/docs/Tasker/Analysis/RuntimeGraphAnalyzer.html +1 -1
- data/docs/Tasker/Analysis/TemplateGraphAnalyzer.html +1 -1
- data/docs/Tasker/Analysis.html +1 -1
- data/docs/Tasker/AnalyticsController.html +1 -1
- data/docs/Tasker/AnalyticsService/BottleneckAnalytics.html +1 -1
- data/docs/Tasker/AnalyticsService/PerformanceAnalytics.html +1 -1
- data/docs/Tasker/AnalyticsService.html +1 -1
- data/docs/Tasker/AnnotationType.html +1 -1
- data/docs/Tasker/AnnotationTypeSerializer.html +1 -1
- data/docs/Tasker/ApplicationController.html +1 -1
- data/docs/Tasker/ApplicationJob.html +1 -1
- data/docs/Tasker/ApplicationRecord.html +6 -6
- data/docs/Tasker/Authentication/AuthenticationError.html +1 -1
- data/docs/Tasker/Authentication/ConfigurationError.html +1 -1
- data/docs/Tasker/Authentication/Coordinator.html +1 -1
- data/docs/Tasker/Authentication/Interface.html +1 -1
- data/docs/Tasker/Authentication/InterfaceError.html +1 -1
- data/docs/Tasker/Authentication/NoneAuthenticator.html +1 -1
- data/docs/Tasker/Authentication.html +1 -1
- data/docs/Tasker/Authorization/AuthorizationError.html +1 -1
- data/docs/Tasker/Authorization/BaseCoordinator.html +2 -2
- data/docs/Tasker/Authorization/ConfigurationError.html +1 -1
- data/docs/Tasker/Authorization/ResourceConstants/ACTIONS.html +1 -1
- data/docs/Tasker/Authorization/ResourceConstants/RESOURCES.html +1 -1
- data/docs/Tasker/Authorization/ResourceConstants.html +1 -1
- data/docs/Tasker/Authorization/ResourceRegistry.html +1 -1
- data/docs/Tasker/Authorization/UnauthorizedError.html +1 -1
- data/docs/Tasker/Authorization.html +2 -2
- data/docs/Tasker/CacheCapabilities.html +1 -1
- data/docs/Tasker/CacheStrategy.html +1 -1
- data/docs/Tasker/Concerns/Authenticatable.html +1 -1
- data/docs/Tasker/Concerns/Authorizable/AdminStatusChecker.html +1 -1
- data/docs/Tasker/Concerns/Authorizable.html +1 -1
- data/docs/Tasker/Concerns/ControllerAuthorizable.html +1 -1
- data/docs/Tasker/Concerns/EventPublisher.html +1 -1
- data/docs/Tasker/Concerns/IdempotentStateTransitions.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/ClassMethods.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase/ClassMethods.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase.html +1 -1
- data/docs/Tasker/Concerns/StateMachineBase.html +1 -1
- data/docs/Tasker/Concerns/StructuredLogging.html +1 -1
- data/docs/Tasker/Concerns.html +1 -1
- data/docs/Tasker/Configuration/ConfigurationProxy.html +1 -1
- data/docs/Tasker/Configuration/TelemetryConfigurationProxy.html +1 -1
- data/docs/Tasker/Configuration.html +1 -1
- data/docs/Tasker/ConfigurationError.html +1 -1
- data/docs/Tasker/ConfiguredTask.html +2 -2
- data/docs/Tasker/Constants/EventDefinitions.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents/Step.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents/Task.html +1 -1
- data/docs/Tasker/Constants/ObservabilityEvents.html +1 -1
- data/docs/Tasker/Constants/RegistryEvents.html +1 -1
- data/docs/Tasker/Constants/StepEvents.html +1 -1
- data/docs/Tasker/Constants/TaskEvents.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/ExecutionStatus.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/HealthStatus.html +1 -1
- data/docs/Tasker/Constants/TaskExecution/RecommendedAction.html +1 -1
- data/docs/Tasker/Constants/TaskExecution.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/ErrorMessages.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/PendingReasons.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization/ReenqueueReasons.html +1 -1
- data/docs/Tasker/Constants/TaskFinalization.html +1 -1
- data/docs/Tasker/Constants/TaskStatuses.html +1 -1
- data/docs/Tasker/Constants/TestEvents.html +1 -1
- data/docs/Tasker/Constants/WorkflowEvents.html +1 -1
- data/docs/Tasker/Constants/WorkflowStepStatuses.html +1 -1
- data/docs/Tasker/Constants.html +1 -1
- data/docs/Tasker/DependentSystem.html +1 -1
- data/docs/Tasker/DependentSystemObjectMap.html +1 -1
- data/docs/Tasker/DetectorRegistry.html +1 -1
- data/docs/Tasker/Engine.html +1 -1
- data/docs/Tasker/Error.html +1 -1
- data/docs/Tasker/Events/Catalog/CatalogPrinter.html +1 -1
- data/docs/Tasker/Events/Catalog/CustomEventRegistrar.html +1 -1
- data/docs/Tasker/Events/Catalog/ExamplePayloadGenerator.html +1 -1
- data/docs/Tasker/Events/Catalog.html +1 -1
- data/docs/Tasker/Events/CustomRegistry.html +1 -1
- data/docs/Tasker/Events/DefinitionLoader.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder/ErrorInfoExtractor.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder/StepPayloadBuilder.html +1 -1
- data/docs/Tasker/Events/EventPayloadBuilder.html +1 -1
- data/docs/Tasker/Events/Publisher.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer/ErrorTypeClassifier.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber/MetricTagsExtractor.html +1 -1
- data/docs/Tasker/Events/Subscribers/BaseSubscriber.html +1 -1
- data/docs/Tasker/Events/Subscribers/MetricsSubscriber.html +2 -2
- data/docs/Tasker/Events/Subscribers/TelemetrySubscriber.html +5 -5
- data/docs/Tasker/Events/Subscribers.html +1 -1
- data/docs/Tasker/Events/SubscriptionLoader.html +1 -1
- data/docs/Tasker/Events.html +1 -1
- data/docs/Tasker/EventsGenerator.html +2 -2
- data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics/AnalyticsMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedDependencyLevels.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestSteps/SlowestStep.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestSteps.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestTasks/SlowestTask.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSlowestTasks.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedStepReadinessStatus.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts/HealthMetrics.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts.html +1 -1
- data/docs/Tasker/Functions/FunctionBasedTaskExecutionContext.html +1 -1
- data/docs/Tasker/Functions/FunctionWrapper.html +1 -1
- data/docs/Tasker/Functions.html +1 -1
- data/docs/Tasker/Generators/AuthenticatorGenerator/UsageInstructionsFormatter.html +1 -1
- data/docs/Tasker/Generators/AuthenticatorGenerator.html +1 -1
- data/docs/Tasker/Generators/AuthorizationCoordinatorGenerator.html +1 -1
- data/docs/Tasker/Generators/SubscriberGenerator.html +1 -1
- data/docs/Tasker/Generators/TaskHandlerGenerator.html +4 -4
- data/docs/Tasker/Generators.html +1 -1
- data/docs/Tasker/GraphQLTypes/AnnotationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseArgument.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseConnection.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseEdge.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseEnum.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseField.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseInputObject.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseInterface.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseObject.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseScalar.html +1 -1
- data/docs/Tasker/GraphQLTypes/BaseUnion.html +1 -1
- data/docs/Tasker/GraphQLTypes/DependentSystemObjectMapType.html +1 -1
- data/docs/Tasker/GraphQLTypes/DependentSystemType.html +1 -1
- data/docs/Tasker/GraphQLTypes/MutationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedTaskType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NamedTasksNamedStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes/NodeType.html +1 -1
- data/docs/Tasker/GraphQLTypes/QueryType.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskAnnotationType.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskInterface.html +1 -1
- data/docs/Tasker/GraphQLTypes/TaskType.html +1 -1
- data/docs/Tasker/GraphQLTypes/WorkflowStepType.html +1 -1
- data/docs/Tasker/GraphQLTypes.html +1 -1
- data/docs/Tasker/GraphqlController.html +1 -1
- data/docs/Tasker/HandlerFactory.html +1 -1
- data/docs/Tasker/HandlerSerializer.html +1 -1
- data/docs/Tasker/HandlersController.html +1 -1
- data/docs/Tasker/HashIdentityStrategy.html +1 -1
- data/docs/Tasker/Health/ReadinessChecker.html +2 -2
- data/docs/Tasker/Health/StatusChecker.html +2 -2
- data/docs/Tasker/Health.html +1 -1
- data/docs/Tasker/HealthController.html +1 -1
- data/docs/Tasker/IdentityStrategy.html +1 -1
- data/docs/Tasker/InvalidTaskHandlerConfig.html +1 -1
- data/docs/Tasker/Logging/CorrelationIdGenerator.html +2 -2
- data/docs/Tasker/Logging.html +1 -1
- data/docs/Tasker/MetricsController.html +1 -1
- data/docs/Tasker/MetricsExportJob.html +1 -1
- data/docs/Tasker/Mutations/BaseMutation.html +1 -1
- data/docs/Tasker/Mutations/CancelStep.html +1 -1
- data/docs/Tasker/Mutations/CancelTask.html +1 -1
- data/docs/Tasker/Mutations/CreateTask.html +1 -1
- data/docs/Tasker/Mutations/UpdateStep.html +1 -1
- data/docs/Tasker/Mutations/UpdateTask.html +1 -1
- data/docs/Tasker/Mutations.html +1 -1
- data/docs/Tasker/NamedStep.html +1 -1
- data/docs/Tasker/NamedTask.html +1 -1
- data/docs/Tasker/NamedTasksNamedStep.html +1 -1
- data/docs/Tasker/Orchestration/BackoffCalculator.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionBuilder/ConfigValidator.html +1 -1
- data/docs/Tasker/Orchestration/ConnectionBuilder.html +2 -2
- data/docs/Tasker/Orchestration/ConnectionPoolIntelligence.html +3 -3
- data/docs/Tasker/Orchestration/Coordinator.html +1 -1
- data/docs/Tasker/Orchestration/FutureStateAnalyzer.html +1 -1
- data/docs/Tasker/Orchestration/PluginIntegration.html +1 -1
- data/docs/Tasker/Orchestration/ResponseProcessor.html +1 -1
- data/docs/Tasker/Orchestration/RetryHeaderParser.html +1 -1
- data/docs/Tasker/Orchestration/StepExecutor.html +4 -4
- data/docs/Tasker/Orchestration/StepSequenceFactory.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/BlockageChecker.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ContextManager.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/DelayCalculator.html +2 -2
- data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationDecisionMaker.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationProcessor.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ReasonDeterminer.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/ReenqueueManager.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer/UnclearStateHandler.html +1 -1
- data/docs/Tasker/Orchestration/TaskFinalizer.html +1 -1
- data/docs/Tasker/Orchestration/TaskInitializer.html +1 -1
- data/docs/Tasker/Orchestration/TaskReenqueuer.html +1 -1
- data/docs/Tasker/Orchestration/ViableStepDiscovery.html +1 -1
- data/docs/Tasker/Orchestration/WorkflowCoordinator.html +1 -1
- data/docs/Tasker/Orchestration.html +1 -1
- data/docs/Tasker/PageSort/PageSortParamsBuilder.html +1 -1
- data/docs/Tasker/PageSort.html +1 -1
- data/docs/Tasker/PermanentError.html +1 -1
- data/docs/Tasker/ProceduralError.html +1 -1
- data/docs/Tasker/Queries/AllAnnotationTypes.html +1 -1
- data/docs/Tasker/Queries/AllTasks.html +1 -1
- data/docs/Tasker/Queries/BaseQuery.html +1 -1
- data/docs/Tasker/Queries/Helpers.html +1 -1
- data/docs/Tasker/Queries/OneStep.html +1 -1
- data/docs/Tasker/Queries/OneTask.html +1 -1
- data/docs/Tasker/Queries/TasksByAnnotation.html +1 -1
- data/docs/Tasker/Queries/TasksByStatus.html +1 -1
- data/docs/Tasker/Queries.html +1 -1
- data/docs/Tasker/Railtie.html +1 -1
- data/docs/Tasker/Registry/BaseRegistry.html +2 -2
- data/docs/Tasker/Registry/EventPublisher.html +1 -1
- data/docs/Tasker/Registry/InterfaceValidator.html +1 -1
- data/docs/Tasker/Registry/RegistrationError.html +1 -1
- data/docs/Tasker/Registry/RegistryError.html +1 -1
- data/docs/Tasker/Registry/StatisticsCollector.html +1 -1
- data/docs/Tasker/Registry/SubscriberRegistry.html +1 -1
- data/docs/Tasker/Registry/ValidationError.html +1 -1
- data/docs/Tasker/Registry.html +1 -1
- data/docs/Tasker/RetryableError.html +1 -1
- data/docs/Tasker/StateMachine/Compatibility.html +1 -1
- data/docs/Tasker/StateMachine/InvalidStateTransition.html +1 -1
- data/docs/Tasker/StateMachine/StepStateMachine.html +1 -1
- data/docs/Tasker/StateMachine/TaskStateMachine.html +1 -1
- data/docs/Tasker/StateMachine.html +1 -1
- data/docs/Tasker/StepDagRelationship.html +1 -1
- data/docs/Tasker/StepHandler/Api/Config.html +1 -1
- data/docs/Tasker/StepHandler/Api.html +1 -1
- data/docs/Tasker/StepHandler/AutomaticEventPublishing.html +1 -1
- data/docs/Tasker/StepHandler/Base.html +1 -1
- data/docs/Tasker/StepHandler.html +1 -1
- data/docs/Tasker/StepReadinessStatus.html +1 -1
- data/docs/Tasker/Task.html +1 -1
- data/docs/Tasker/TaskAnnotation.html +1 -1
- data/docs/Tasker/TaskAnnotationSerializer.html +1 -1
- data/docs/Tasker/TaskBuilder/StepNameValidator.html +1 -1
- data/docs/Tasker/TaskBuilder/StepTemplateDefiner.html +1 -1
- data/docs/Tasker/TaskBuilder.html +1 -1
- data/docs/Tasker/TaskExecutionContext.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/ClassBasedEventRegistrar.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/YamlEventRegistrar.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner.html +1 -1
- data/docs/Tasker/TaskHandler/ClassMethods.html +1 -1
- data/docs/Tasker/TaskHandler/InstanceMethods.html +1 -1
- data/docs/Tasker/TaskHandler/StepGroup.html +1 -1
- data/docs/Tasker/TaskHandler.html +1 -1
- data/docs/Tasker/TaskNamespace.html +1 -1
- data/docs/Tasker/TaskRunnerJob.html +1 -1
- data/docs/Tasker/TaskSerializer.html +1 -1
- data/docs/Tasker/TaskTransition.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/InvalidObjectTypeError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/TypeResolutionError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema/UnknownInterfaceError.html +1 -1
- data/docs/Tasker/TaskerRailsSchema.html +1 -1
- data/docs/Tasker/TasksController.html +1 -1
- data/docs/Tasker/Telemetry/EventMapping.html +1 -1
- data/docs/Tasker/Telemetry/EventRouter.html +1 -1
- data/docs/Tasker/Telemetry/Events/ExportEvents.html +1 -1
- data/docs/Tasker/Telemetry/Events.html +1 -1
- data/docs/Tasker/Telemetry/ExportCoordinator.html +1 -1
- data/docs/Tasker/Telemetry/IntelligentCacheManager.html +2 -2
- data/docs/Tasker/Telemetry/LogBackend.html +1 -1
- data/docs/Tasker/Telemetry/MetricTypes/Counter.html +2 -2
- data/docs/Tasker/Telemetry/MetricTypes/Gauge.html +73 -73
- data/docs/Tasker/Telemetry/MetricTypes/Histogram.html +103 -103
- data/docs/Tasker/Telemetry/MetricTypes.html +1 -1
- data/docs/Tasker/Telemetry/MetricsBackend.html +1 -1
- data/docs/Tasker/Telemetry/MetricsExportService.html +1 -1
- data/docs/Tasker/Telemetry/PluginRegistry.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/BaseExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/CsvExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins/JsonExporter.html +1 -1
- data/docs/Tasker/Telemetry/Plugins.html +1 -1
- data/docs/Tasker/Telemetry/PrometheusExporter.html +1 -1
- data/docs/Tasker/Telemetry/TraceBackend.html +1 -1
- data/docs/Tasker/Telemetry.html +1 -1
- data/docs/Tasker/Types/AuthConfig.html +1 -1
- data/docs/Tasker/Types/BackoffConfig.html +1 -1
- data/docs/Tasker/Types/BaseConfig.html +1 -1
- data/docs/Tasker/Types/CacheConfig.html +1 -1
- data/docs/Tasker/Types/DatabaseConfig.html +1 -1
- data/docs/Tasker/Types/DependencyGraph.html +1 -1
- data/docs/Tasker/Types/DependencyGraphConfig.html +1 -1
- data/docs/Tasker/Types/EngineConfig.html +1 -1
- data/docs/Tasker/Types/ExecutionConfig.html +1 -1
- data/docs/Tasker/Types/GraphEdge.html +1 -1
- data/docs/Tasker/Types/GraphMetadata.html +1 -1
- data/docs/Tasker/Types/GraphNode.html +1 -1
- data/docs/Tasker/Types/HealthConfig.html +1 -1
- data/docs/Tasker/Types/StepSequence.html +1 -1
- data/docs/Tasker/Types/StepTemplate.html +1 -1
- data/docs/Tasker/Types/TaskRequest.html +1 -1
- data/docs/Tasker/Types/TelemetryConfig.html +2 -2
- data/docs/Tasker/Types.html +1 -1
- data/docs/Tasker/WorkflowStep/StepFinder.html +1 -1
- data/docs/Tasker/WorkflowStep.html +1 -1
- data/docs/Tasker/WorkflowStepEdge.html +1 -1
- data/docs/Tasker/WorkflowStepSerializer.html +1 -1
- data/docs/Tasker/WorkflowStepTransition/TransitionDescriptionFormatter.html +1 -1
- data/docs/Tasker/WorkflowStepTransition.html +1 -1
- data/docs/Tasker/WorkflowStepsController.html +1 -1
- data/docs/Tasker.html +18 -2
- data/docs/VISION.md +1 -1
- data/docs/_index.html +1 -1
- data/docs/file.README.html +5 -5
- data/docs/index.html +5 -5
- data/docs/method_list.html +74 -74
- data/docs/top-level-namespace.html +1 -1
- data/lib/generators/tasker/authenticator_generator.rb +5 -5
- data/lib/generators/tasker/authorization_coordinator_generator.rb +1 -1
- data/lib/generators/tasker/events_generator.rb +1 -1
- data/lib/generators/tasker/task_handler_generator.rb +4 -4
- data/lib/generators/tasker/templates/api_token_authenticator.rb.erb +1 -1
- data/lib/generators/tasker/templates/custom_authenticator.rb.erb +1 -1
- data/lib/generators/tasker/templates/devise_authenticator.rb.erb +1 -1
- data/lib/generators/tasker/templates/initialize.rb.erb +1 -1
- data/lib/generators/tasker/templates/jwt_authenticator.rb.erb +1 -1
- data/lib/generators/tasker/templates/omniauth_authenticator.rb.erb +1 -1
- data/lib/generators/tasker/templates/opentelemetry_initializer.rb +3 -3
- data/lib/generators/tasker/templates/task_config.yaml.erb +25 -25
- data/lib/generators/tasker/templates/task_handler.rb.erb +3 -2
- data/lib/generators/tasker/templates/task_handler_spec.rb.erb +49 -43
- data/lib/tasker/analysis/runtime_graph_analyzer.rb +1 -1
- data/lib/tasker/authentication/coordinator.rb +2 -2
- data/lib/tasker/authorization/base_coordinator.rb +1 -1
- data/lib/tasker/authorization.rb +1 -1
- data/lib/tasker/concerns/authenticatable.rb +1 -1
- data/lib/tasker/concerns/controller_authorizable.rb +3 -3
- data/lib/tasker/concerns/structured_logging.rb +2 -2
- data/lib/tasker/events/definition_loader.rb +1 -1
- data/lib/tasker/events/subscribers/metrics_subscriber.rb +1 -1
- data/lib/tasker/events/subscribers/telemetry_subscriber.rb +5 -5
- data/lib/tasker/health/readiness_checker.rb +1 -1
- data/lib/tasker/health/status_checker.rb +1 -1
- data/lib/tasker/logging/correlation_id_generator.rb +1 -1
- data/lib/tasker/orchestration/backoff_calculator.rb +1 -1
- data/lib/tasker/orchestration/connection_builder.rb +1 -1
- data/lib/tasker/orchestration/connection_pool_intelligence.rb +3 -3
- data/lib/tasker/orchestration/step_executor.rb +2 -2
- data/lib/tasker/orchestration/task_finalizer.rb +1 -1
- data/lib/tasker/registry/base_registry.rb +1 -1
- data/lib/tasker/task_builder.rb +1 -1
- data/lib/tasker/telemetry/intelligent_cache_manager.rb +1 -1
- data/lib/tasker/telemetry/metric_types.rb +57 -9
- data/lib/tasker/telemetry/metrics_backend.rb +3 -3
- data/lib/tasker/telemetry/metrics_export_service.rb +1 -1
- data/lib/tasker/telemetry/prometheus_exporter.rb +2 -2
- data/lib/tasker/types/telemetry_config.rb +1 -1
- data/lib/tasker/version.rb +2 -1
- data/lib/tasks/tasker_tasks.rake +85 -4
- metadata +1 -1
@@ -616,27 +616,27 @@
|
|
616
616
|
<pre class="lines">
|
617
617
|
|
618
618
|
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
619
|
+
287
|
620
|
+
288
|
621
|
+
289
|
622
|
+
290
|
623
|
+
291
|
624
|
+
292
|
625
|
+
293
|
626
|
+
294
|
627
|
+
295
|
628
|
+
296
|
629
|
+
297
|
630
|
+
298
|
631
|
+
299
|
632
|
+
300
|
633
|
+
301
|
634
|
+
302
|
635
|
+
303
|
636
|
+
304</pre>
|
637
637
|
</td>
|
638
638
|
<td>
|
639
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
639
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 287</span>
|
640
640
|
|
641
641
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='label'>labels:</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='label'>buckets:</span> <span class='const'><span class='object_link'><a href="#DEFAULT_BUCKETS-constant" title="Tasker::Telemetry::MetricTypes::Histogram::DEFAULT_BUCKETS (constant)">DEFAULT_BUCKETS</a></span></span><span class='rparen'>)</span>
|
642
642
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Metric name cannot be nil or empty</span><span class='tstring_end'>'</span></span> <span class='kw'>if</span> <span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='op'>||</span> <span class='id identifier rubyid_name'>name</span><span class='period'>.</span><span class='id identifier rubyid_strip'>strip</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
|
@@ -712,12 +712,12 @@
|
|
712
712
|
<pre class="lines">
|
713
713
|
|
714
714
|
|
715
|
-
|
716
|
-
|
717
|
-
|
715
|
+
273
|
716
|
+
274
|
717
|
+
275</pre>
|
718
718
|
</td>
|
719
719
|
<td>
|
720
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
720
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 273</span>
|
721
721
|
|
722
722
|
<span class='kw'>def</span> <span class='id identifier rubyid_bucket_boundaries'>bucket_boundaries</span>
|
723
723
|
<span class='ivar'>@bucket_boundaries</span>
|
@@ -773,12 +773,12 @@
|
|
773
773
|
<pre class="lines">
|
774
774
|
|
775
775
|
|
776
|
-
|
777
|
-
|
778
|
-
|
776
|
+
276
|
777
|
+
277
|
778
|
+
278</pre>
|
779
779
|
</td>
|
780
780
|
<td>
|
781
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
781
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 276</span>
|
782
782
|
|
783
783
|
<span class='kw'>def</span> <span class='id identifier rubyid_created_at'>created_at</span>
|
784
784
|
<span class='ivar'>@created_at</span>
|
@@ -834,12 +834,12 @@
|
|
834
834
|
<pre class="lines">
|
835
835
|
|
836
836
|
|
837
|
-
|
838
|
-
|
839
|
-
|
837
|
+
270
|
838
|
+
271
|
839
|
+
272</pre>
|
840
840
|
</td>
|
841
841
|
<td>
|
842
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
842
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 270</span>
|
843
843
|
|
844
844
|
<span class='kw'>def</span> <span class='id identifier rubyid_labels'>labels</span>
|
845
845
|
<span class='ivar'>@labels</span>
|
@@ -895,12 +895,12 @@
|
|
895
895
|
<pre class="lines">
|
896
896
|
|
897
897
|
|
898
|
-
|
899
|
-
|
900
|
-
|
898
|
+
267
|
899
|
+
268
|
900
|
+
269</pre>
|
901
901
|
</td>
|
902
902
|
<td>
|
903
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
903
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 267</span>
|
904
904
|
|
905
905
|
<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
|
906
906
|
<span class='ivar'>@name</span>
|
@@ -961,15 +961,15 @@
|
|
961
961
|
<pre class="lines">
|
962
962
|
|
963
963
|
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
964
|
+
358
|
965
|
+
359
|
966
|
+
360
|
967
|
+
361
|
968
|
+
362
|
969
|
+
363</pre>
|
970
970
|
</td>
|
971
971
|
<td>
|
972
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
972
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 358</span>
|
973
973
|
|
974
974
|
<span class='kw'>def</span> <span class='id identifier rubyid_average'>average</span>
|
975
975
|
<span class='id identifier rubyid_current_count'>current_count</span> <span class='op'>=</span> <span class='id identifier rubyid_count'>count</span>
|
@@ -1026,17 +1026,17 @@
|
|
1026
1026
|
<pre class="lines">
|
1027
1027
|
|
1028
1028
|
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1029
|
+
346
|
1030
|
+
347
|
1031
|
+
348
|
1032
|
+
349
|
1033
|
+
350
|
1034
|
+
351
|
1035
|
+
352
|
1036
|
+
353</pre>
|
1037
1037
|
</td>
|
1038
1038
|
<td>
|
1039
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
1039
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 346</span>
|
1040
1040
|
|
1041
1041
|
<span class='kw'>def</span> <span class='id identifier rubyid_buckets'>buckets</span>
|
1042
1042
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
@@ -1095,12 +1095,12 @@
|
|
1095
1095
|
<pre class="lines">
|
1096
1096
|
|
1097
1097
|
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1098
|
+
332
|
1099
|
+
333
|
1100
|
+
334</pre>
|
1101
1101
|
</td>
|
1102
1102
|
<td>
|
1103
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
1103
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 332</span>
|
1104
1104
|
|
1105
1105
|
<span class='kw'>def</span> <span class='id identifier rubyid_count'>count</span>
|
1106
1106
|
<span class='ivar'>@count</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span>
|
@@ -1154,16 +1154,16 @@
|
|
1154
1154
|
<pre class="lines">
|
1155
1155
|
|
1156
1156
|
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1157
|
+
393
|
1158
|
+
394
|
1159
|
+
395
|
1160
|
+
396</pre>
|
1161
1161
|
</td>
|
1162
1162
|
<td>
|
1163
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
1163
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 393</span>
|
1164
1164
|
|
1165
1165
|
<span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
|
1166
|
-
<span class='id identifier rubyid_label_str'>label_str</span> <span class='op'>=</span> <span class='id identifier rubyid_labels'>labels</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span> <span class='op'>:</span> <span class='id identifier
|
1166
|
+
<span class='id identifier rubyid_label_str'>label_str</span> <span class='op'>=</span> <span class='id identifier rubyid_labels'>labels</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span> <span class='op'>:</span> <span class='id identifier rubyid_format_labels_for_description'>format_labels_for_description</span><span class='lparen'>(</span><span class='id identifier rubyid_labels'>labels</span><span class='rparen'>)</span>
|
1167
1167
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_label_str'>label_str</span><span class='embexpr_end'>}</span><span class='tstring_content'> = </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_count'>count</span><span class='embexpr_end'>}</span><span class='tstring_content'> observations, avg: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_average'>average</span><span class='period'>.</span><span class='id identifier rubyid_round'>round</span><span class='lparen'>(</span><span class='int'>3</span><span class='rparen'>)</span><span class='embexpr_end'>}</span><span class='tstring_content'> (histogram)</span><span class='tstring_end'>"</span></span>
|
1168
1168
|
<span class='kw'>end</span></pre>
|
1169
1169
|
</td>
|
@@ -1253,26 +1253,26 @@
|
|
1253
1253
|
<pre class="lines">
|
1254
1254
|
|
1255
1255
|
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1256
|
+
311
|
1257
|
+
312
|
1258
|
+
313
|
1259
|
+
314
|
1260
|
+
315
|
1261
|
+
316
|
1262
|
+
317
|
1263
|
+
318
|
1264
|
+
319
|
1265
|
+
320
|
1266
|
+
321
|
1267
|
+
322
|
1268
|
+
323
|
1269
|
+
324
|
1270
|
+
325
|
1271
|
+
326
|
1272
|
+
327</pre>
|
1273
1273
|
</td>
|
1274
1274
|
<td>
|
1275
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
1275
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 311</span>
|
1276
1276
|
|
1277
1277
|
<span class='kw'>def</span> <span class='id identifier rubyid_observe'>observe</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
|
1278
1278
|
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>ArgumentError</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Observed value must be numeric, got: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span> <span class='kw'>unless</span> <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Numeric</span><span class='rparen'>)</span>
|
@@ -1322,14 +1322,14 @@
|
|
1322
1322
|
<pre class="lines">
|
1323
1323
|
|
1324
1324
|
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1325
|
+
384
|
1326
|
+
385
|
1327
|
+
386
|
1328
|
+
387
|
1329
|
+
388</pre>
|
1330
1330
|
</td>
|
1331
1331
|
<td>
|
1332
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
1332
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 384</span>
|
1333
1333
|
|
1334
1334
|
<span class='kw'>def</span> <span class='id identifier rubyid_reset!'>reset!</span>
|
1335
1335
|
<span class='ivar'>@count</span><span class='period'>.</span><span class='id identifier rubyid_value'>value</span> <span class='op'>=</span> <span class='int'>0</span>
|
@@ -1385,12 +1385,12 @@
|
|
1385
1385
|
<pre class="lines">
|
1386
1386
|
|
1387
1387
|
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1388
|
+
339
|
1389
|
+
340
|
1390
|
+
341</pre>
|
1391
1391
|
</td>
|
1392
1392
|
<td>
|
1393
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
1393
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 339</span>
|
1394
1394
|
|
1395
1395
|
<span class='kw'>def</span> <span class='id identifier rubyid_sum'>sum</span>
|
1396
1396
|
<span class='ivar'>@sum</span><span class='period'>.</span><span class='id identifier rubyid_get'>get</span>
|
@@ -1444,21 +1444,21 @@
|
|
1444
1444
|
<pre class="lines">
|
1445
1445
|
|
1446
1446
|
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1447
|
+
368
|
1448
|
+
369
|
1449
|
+
370
|
1450
|
+
371
|
1451
|
+
372
|
1452
|
+
373
|
1453
|
+
374
|
1454
|
+
375
|
1455
|
+
376
|
1456
|
+
377
|
1457
|
+
378
|
1458
|
+
379</pre>
|
1459
1459
|
</td>
|
1460
1460
|
<td>
|
1461
|
-
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line
|
1461
|
+
<pre class="code"><span class="info file"># File 'lib/tasker/telemetry/metric_types.rb', line 368</span>
|
1462
1462
|
|
1463
1463
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_h'>to_h</span>
|
1464
1464
|
<span class='lbrace'>{</span>
|
@@ -1482,7 +1482,7 @@
|
|
1482
1482
|
</div>
|
1483
1483
|
|
1484
1484
|
<div id="footer">
|
1485
|
-
Generated on Fri Jul 11
|
1485
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
1486
1486
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1487
1487
|
0.9.37 (ruby-3.2.4).
|
1488
1488
|
</div>
|
@@ -143,7 +143,7 @@
|
|
143
143
|
</div>
|
144
144
|
|
145
145
|
<div id="footer">
|
146
|
-
Generated on Fri Jul 11
|
146
|
+
Generated on Fri Jul 11 17:34:46 2025 by
|
147
147
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
148
148
|
0.9.37 (ruby-3.2.4).
|
149
149
|
</div>
|
@@ -2500,7 +2500,7 @@
|
|
2500
2500
|
</div>
|
2501
2501
|
|
2502
2502
|
<div id="footer">
|
2503
|
-
Generated on Fri Jul 11
|
2503
|
+
Generated on Fri Jul 11 17:34:49 2025 by
|
2504
2504
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2505
2505
|
0.9.37 (ruby-3.2.4).
|
2506
2506
|
</div>
|
@@ -568,7 +568,7 @@
|
|
568
568
|
</div>
|
569
569
|
|
570
570
|
<div id="footer">
|
571
|
-
Generated on Fri Jul 11
|
571
|
+
Generated on Fri Jul 11 17:34:51 2025 by
|
572
572
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
573
573
|
0.9.37 (ruby-3.2.4).
|
574
574
|
</div>
|
@@ -1764,7 +1764,7 @@
|
|
1764
1764
|
</div>
|
1765
1765
|
|
1766
1766
|
<div id="footer">
|
1767
|
-
Generated on Fri Jul 11
|
1767
|
+
Generated on Fri Jul 11 17:34:49 2025 by
|
1768
1768
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1769
1769
|
0.9.37 (ruby-3.2.4).
|
1770
1770
|
</div>
|
@@ -1825,7 +1825,7 @@
|
|
1825
1825
|
</div>
|
1826
1826
|
|
1827
1827
|
<div id="footer">
|
1828
|
-
Generated on Fri Jul 11
|
1828
|
+
Generated on Fri Jul 11 17:34:51 2025 by
|
1829
1829
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1830
1830
|
0.9.37 (ruby-3.2.4).
|
1831
1831
|
</div>
|
@@ -758,7 +758,7 @@
|
|
758
758
|
</div>
|
759
759
|
|
760
760
|
<div id="footer">
|
761
|
-
Generated on Fri Jul 11
|
761
|
+
Generated on Fri Jul 11 17:34:51 2025 by
|
762
762
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
763
763
|
0.9.37 (ruby-3.2.4).
|
764
764
|
</div>
|
@@ -737,7 +737,7 @@
|
|
737
737
|
</div>
|
738
738
|
|
739
739
|
<div id="footer">
|
740
|
-
Generated on Fri Jul 11
|
740
|
+
Generated on Fri Jul 11 17:34:51 2025 by
|
741
741
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
742
742
|
0.9.37 (ruby-3.2.4).
|
743
743
|
</div>
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on Fri Jul 11
|
110
|
+
Generated on Fri Jul 11 17:34:46 2025 by
|
111
111
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.37 (ruby-3.2.4).
|
113
113
|
</div>
|
@@ -471,7 +471,7 @@
|
|
471
471
|
</div>
|
472
472
|
|
473
473
|
<div id="footer">
|
474
|
-
Generated on Fri Jul 11
|
474
|
+
Generated on Fri Jul 11 17:34:50 2025 by
|
475
475
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
476
476
|
0.9.37 (ruby-3.2.4).
|
477
477
|
</div>
|
@@ -881,7 +881,7 @@
|
|
881
881
|
</div>
|
882
882
|
|
883
883
|
<div id="footer">
|
884
|
-
Generated on Fri Jul 11
|
884
|
+
Generated on Fri Jul 11 17:34:49 2025 by
|
885
885
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
886
886
|
0.9.37 (ruby-3.2.4).
|
887
887
|
</div>
|
data/docs/Tasker/Telemetry.html
CHANGED
@@ -120,7 +120,7 @@
|
|
120
120
|
</div>
|
121
121
|
|
122
122
|
<div id="footer">
|
123
|
-
Generated on Fri Jul 11
|
123
|
+
Generated on Fri Jul 11 17:34:46 2025 by
|
124
124
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
125
125
|
0.9.37 (ruby-3.2.4).
|
126
126
|
</div>
|
@@ -876,7 +876,7 @@
|
|
876
876
|
</div>
|
877
877
|
|
878
878
|
<div id="footer">
|
879
|
-
Generated on Fri Jul 11
|
879
|
+
Generated on Fri Jul 11 17:34:47 2025 by
|
880
880
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
881
881
|
0.9.37 (ruby-3.2.4).
|
882
882
|
</div>
|
@@ -1053,7 +1053,7 @@
|
|
1053
1053
|
</div>
|
1054
1054
|
|
1055
1055
|
<div id="footer">
|
1056
|
-
Generated on Fri Jul 11
|
1056
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
1057
1057
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1058
1058
|
0.9.37 (ruby-3.2.4).
|
1059
1059
|
</div>
|
@@ -217,7 +217,7 @@
|
|
217
217
|
</div>
|
218
218
|
|
219
219
|
<div id="footer">
|
220
|
-
Generated on Fri Jul 11
|
220
|
+
Generated on Fri Jul 11 17:34:46 2025 by
|
221
221
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
222
222
|
0.9.37 (ruby-3.2.4).
|
223
223
|
</div>
|
@@ -1721,7 +1721,7 @@
|
|
1721
1721
|
</div>
|
1722
1722
|
|
1723
1723
|
<div id="footer">
|
1724
|
-
Generated on Fri Jul 11
|
1724
|
+
Generated on Fri Jul 11 17:34:47 2025 by
|
1725
1725
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1726
1726
|
0.9.37 (ruby-3.2.4).
|
1727
1727
|
</div>
|
@@ -378,7 +378,7 @@
|
|
378
378
|
</div>
|
379
379
|
|
380
380
|
<div id="footer">
|
381
|
-
Generated on Fri Jul 11
|
381
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
382
382
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
383
383
|
0.9.37 (ruby-3.2.4).
|
384
384
|
</div>
|
@@ -516,7 +516,7 @@
|
|
516
516
|
</div>
|
517
517
|
|
518
518
|
<div id="footer">
|
519
|
-
Generated on Fri Jul 11
|
519
|
+
Generated on Fri Jul 11 17:34:49 2025 by
|
520
520
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
521
521
|
0.9.37 (ruby-3.2.4).
|
522
522
|
</div>
|
@@ -743,7 +743,7 @@
|
|
743
743
|
</div>
|
744
744
|
|
745
745
|
<div id="footer">
|
746
|
-
Generated on Fri Jul 11
|
746
|
+
Generated on Fri Jul 11 17:34:50 2025 by
|
747
747
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
748
748
|
0.9.37 (ruby-3.2.4).
|
749
749
|
</div>
|
@@ -1171,7 +1171,7 @@
|
|
1171
1171
|
</div>
|
1172
1172
|
|
1173
1173
|
<div id="footer">
|
1174
|
-
Generated on Fri Jul 11
|
1174
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
1175
1175
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1176
1176
|
0.9.37 (ruby-3.2.4).
|
1177
1177
|
</div>
|
@@ -1953,7 +1953,7 @@
|
|
1953
1953
|
</div>
|
1954
1954
|
|
1955
1955
|
<div id="footer">
|
1956
|
-
Generated on Fri Jul 11
|
1956
|
+
Generated on Fri Jul 11 17:34:49 2025 by
|
1957
1957
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1958
1958
|
0.9.37 (ruby-3.2.4).
|
1959
1959
|
</div>
|
@@ -507,7 +507,7 @@
|
|
507
507
|
</div>
|
508
508
|
|
509
509
|
<div id="footer">
|
510
|
-
Generated on Fri Jul 11
|
510
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
511
511
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
512
512
|
0.9.37 (ruby-3.2.4).
|
513
513
|
</div>
|
@@ -771,7 +771,7 @@
|
|
771
771
|
</div>
|
772
772
|
|
773
773
|
<div id="footer">
|
774
|
-
Generated on Fri Jul 11
|
774
|
+
Generated on Fri Jul 11 17:34:49 2025 by
|
775
775
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
776
776
|
0.9.37 (ruby-3.2.4).
|
777
777
|
</div>
|
@@ -684,7 +684,7 @@
|
|
684
684
|
</div>
|
685
685
|
|
686
686
|
<div id="footer">
|
687
|
-
Generated on Fri Jul 11
|
687
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
688
688
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
689
689
|
0.9.37 (ruby-3.2.4).
|
690
690
|
</div>
|
@@ -774,7 +774,7 @@
|
|
774
774
|
</div>
|
775
775
|
|
776
776
|
<div id="footer">
|
777
|
-
Generated on Fri Jul 11
|
777
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
778
778
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
779
779
|
0.9.37 (ruby-3.2.4).
|
780
780
|
</div>
|
@@ -343,7 +343,7 @@
|
|
343
343
|
</div>
|
344
344
|
|
345
345
|
<div id="footer">
|
346
|
-
Generated on Fri Jul 11
|
346
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
347
347
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
348
348
|
0.9.37 (ruby-3.2.4).
|
349
349
|
</div>
|
@@ -1183,7 +1183,7 @@
|
|
1183
1183
|
</div>
|
1184
1184
|
|
1185
1185
|
<div id="footer">
|
1186
|
-
Generated on Fri Jul 11
|
1186
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
1187
1187
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1188
1188
|
0.9.37 (ruby-3.2.4).
|
1189
1189
|
</div>
|
@@ -1169,7 +1169,7 @@
|
|
1169
1169
|
</div>
|
1170
1170
|
|
1171
1171
|
<div id="footer">
|
1172
|
-
Generated on Fri Jul 11
|
1172
|
+
Generated on Fri Jul 11 17:34:48 2025 by
|
1173
1173
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1174
1174
|
0.9.37 (ruby-3.2.4).
|
1175
1175
|
</div>
|
@@ -2118,7 +2118,7 @@
|
|
2118
2118
|
<td>
|
2119
2119
|
<pre class="code"><span class="info file"># File 'lib/tasker/types/telemetry_config.rb', line 44</span>
|
2120
2120
|
|
2121
|
-
<span class='id identifier rubyid_attribute'>attribute</span> <span class='symbol'>:service_version</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="../Types.html" title="Tasker::Types (module)">Types</a></span></span><span class='op'>::</span><span class='const'>String</span><span class='period'>.</span><span class='id identifier rubyid_default'>default</span><span class='lparen'>(</span><span class='
|
2121
|
+
<span class='id identifier rubyid_attribute'>attribute</span> <span class='symbol'>:service_version</span><span class='comma'>,</span> <span class='const'><span class='object_link'><a href="../Types.html" title="Tasker::Types (module)">Types</a></span></span><span class='op'>::</span><span class='const'>String</span><span class='period'>.</span><span class='id identifier rubyid_default'>default</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.1.0</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='label'>shared:</span> <span class='kw'>true</span><span class='rparen'>)</span></pre>
|
2122
2122
|
</td>
|
2123
2123
|
</tr>
|
2124
2124
|
</table>
|
@@ -2736,7 +2736,7 @@
|
|
2736
2736
|
</div>
|
2737
2737
|
|
2738
2738
|
<div id="footer">
|
2739
|
-
Generated on Fri Jul 11
|
2739
|
+
Generated on Fri Jul 11 17:34:49 2025 by
|
2740
2740
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2741
2741
|
0.9.37 (ruby-3.2.4).
|
2742
2742
|
</div>
|