Server IP : 103.119.228.120 / Your IP : 3.135.216.196 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/mysqlsh/lib/python3.9/site-packages/oci/apm_traces/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200630 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class TraceSpanSummary(object): """ Summary of the information pertaining to the spans in the trace window that is being queried. """ def __init__(self, **kwargs): """ Initializes a new TraceSpanSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this TraceSpanSummary. :type key: str :param root_span_operation_name: The value to assign to the root_span_operation_name property of this TraceSpanSummary. :type root_span_operation_name: str :param time_earliest_span_started: The value to assign to the time_earliest_span_started property of this TraceSpanSummary. :type time_earliest_span_started: datetime :param time_latest_span_ended: The value to assign to the time_latest_span_ended property of this TraceSpanSummary. :type time_latest_span_ended: datetime :param span_count: The value to assign to the span_count property of this TraceSpanSummary. :type span_count: int :param error_span_count: The value to assign to the error_span_count property of this TraceSpanSummary. :type error_span_count: int :param root_span_service_name: The value to assign to the root_span_service_name property of this TraceSpanSummary. :type root_span_service_name: str :param time_root_span_started: The value to assign to the time_root_span_started property of this TraceSpanSummary. :type time_root_span_started: datetime :param time_root_span_ended: The value to assign to the time_root_span_ended property of this TraceSpanSummary. :type time_root_span_ended: datetime :param root_span_duration_in_ms: The value to assign to the root_span_duration_in_ms property of this TraceSpanSummary. :type root_span_duration_in_ms: int :param trace_duration_in_ms: The value to assign to the trace_duration_in_ms property of this TraceSpanSummary. :type trace_duration_in_ms: int :param is_fault: The value to assign to the is_fault property of this TraceSpanSummary. :type is_fault: bool :param trace_status: The value to assign to the trace_status property of this TraceSpanSummary. :type trace_status: str :param trace_error_type: The value to assign to the trace_error_type property of this TraceSpanSummary. :type trace_error_type: str :param trace_error_code: The value to assign to the trace_error_code property of this TraceSpanSummary. :type trace_error_code: str :param service_summaries: The value to assign to the service_summaries property of this TraceSpanSummary. :type service_summaries: list[oci.apm_traces.models.TraceServiceSummary] """ self.swagger_types = { 'key': 'str', 'root_span_operation_name': 'str', 'time_earliest_span_started': 'datetime', 'time_latest_span_ended': 'datetime', 'span_count': 'int', 'error_span_count': 'int', 'root_span_service_name': 'str', 'time_root_span_started': 'datetime', 'time_root_span_ended': 'datetime', 'root_span_duration_in_ms': 'int', 'trace_duration_in_ms': 'int', 'is_fault': 'bool', 'trace_status': 'str', 'trace_error_type': 'str', 'trace_error_code': 'str', 'service_summaries': 'list[TraceServiceSummary]' } self.attribute_map = { 'key': 'key', 'root_span_operation_name': 'rootSpanOperationName', 'time_earliest_span_started': 'timeEarliestSpanStarted', 'time_latest_span_ended': 'timeLatestSpanEnded', 'span_count': 'spanCount', 'error_span_count': 'errorSpanCount', 'root_span_service_name': 'rootSpanServiceName', 'time_root_span_started': 'timeRootSpanStarted', 'time_root_span_ended': 'timeRootSpanEnded', 'root_span_duration_in_ms': 'rootSpanDurationInMs', 'trace_duration_in_ms': 'traceDurationInMs', 'is_fault': 'isFault', 'trace_status': 'traceStatus', 'trace_error_type': 'traceErrorType', 'trace_error_code': 'traceErrorCode', 'service_summaries': 'serviceSummaries' } self._key = None self._root_span_operation_name = None self._time_earliest_span_started = None self._time_latest_span_ended = None self._span_count = None self._error_span_count = None self._root_span_service_name = None self._time_root_span_started = None self._time_root_span_ended = None self._root_span_duration_in_ms = None self._trace_duration_in_ms = None self._is_fault = None self._trace_status = None self._trace_error_type = None self._trace_error_code = None self._service_summaries = None @property def key(self): """ **[Required]** Gets the key of this TraceSpanSummary. Unique identifier (traceId) for the trace that represents the span set. Note that this field is defined as traceKey in the API and it maps to the traceId in the trace data in Application Performance Monitoring. :return: The key of this TraceSpanSummary. :rtype: str """ return self._key @key.setter def key(self, key): """ Sets the key of this TraceSpanSummary. Unique identifier (traceId) for the trace that represents the span set. Note that this field is defined as traceKey in the API and it maps to the traceId in the trace data in Application Performance Monitoring. :param key: The key of this TraceSpanSummary. :type: str """ self._key = key @property def root_span_operation_name(self): """ Gets the root_span_operation_name of this TraceSpanSummary. Root span name associated with the trace. This is the flow start operation name. Null is displayed if the root span is not yet completed. :return: The root_span_operation_name of this TraceSpanSummary. :rtype: str """ return self._root_span_operation_name @root_span_operation_name.setter def root_span_operation_name(self, root_span_operation_name): """ Sets the root_span_operation_name of this TraceSpanSummary. Root span name associated with the trace. This is the flow start operation name. Null is displayed if the root span is not yet completed. :param root_span_operation_name: The root_span_operation_name of this TraceSpanSummary. :type: str """ self._root_span_operation_name = root_span_operation_name @property def time_earliest_span_started(self): """ **[Required]** Gets the time_earliest_span_started of this TraceSpanSummary. Start time of the earliest span in the span collection. :return: The time_earliest_span_started of this TraceSpanSummary. :rtype: datetime """ return self._time_earliest_span_started @time_earliest_span_started.setter def time_earliest_span_started(self, time_earliest_span_started): """ Sets the time_earliest_span_started of this TraceSpanSummary. Start time of the earliest span in the span collection. :param time_earliest_span_started: The time_earliest_span_started of this TraceSpanSummary. :type: datetime """ self._time_earliest_span_started = time_earliest_span_started @property def time_latest_span_ended(self): """ **[Required]** Gets the time_latest_span_ended of this TraceSpanSummary. End time of the span that most recently ended in the span collection. :return: The time_latest_span_ended of this TraceSpanSummary. :rtype: datetime """ return self._time_latest_span_ended @time_latest_span_ended.setter def time_latest_span_ended(self, time_latest_span_ended): """ Sets the time_latest_span_ended of this TraceSpanSummary. End time of the span that most recently ended in the span collection. :param time_latest_span_ended: The time_latest_span_ended of this TraceSpanSummary. :type: datetime """ self._time_latest_span_ended = time_latest_span_ended @property def span_count(self): """ **[Required]** Gets the span_count of this TraceSpanSummary. The number of spans that have been processed by the system for the trace. Note that there could be additional spans that have not been processed or reported yet if the trace is still in progress. :return: The span_count of this TraceSpanSummary. :rtype: int """ return self._span_count @span_count.setter def span_count(self, span_count): """ Sets the span_count of this TraceSpanSummary. The number of spans that have been processed by the system for the trace. Note that there could be additional spans that have not been processed or reported yet if the trace is still in progress. :param span_count: The span_count of this TraceSpanSummary. :type: int """ self._span_count = span_count @property def error_span_count(self): """ **[Required]** Gets the error_span_count of this TraceSpanSummary. The number of spans with errors that have been processed by the system for the trace. Note that the number of spans with errors will be less than or equal to the total number of spans in the trace. :return: The error_span_count of this TraceSpanSummary. :rtype: int """ return self._error_span_count @error_span_count.setter def error_span_count(self, error_span_count): """ Sets the error_span_count of this TraceSpanSummary. The number of spans with errors that have been processed by the system for the trace. Note that the number of spans with errors will be less than or equal to the total number of spans in the trace. :param error_span_count: The error_span_count of this TraceSpanSummary. :type: int """ self._error_span_count = error_span_count @property def root_span_service_name(self): """ Gets the root_span_service_name of this TraceSpanSummary. Service associated with the trace. :return: The root_span_service_name of this TraceSpanSummary. :rtype: str """ return self._root_span_service_name @root_span_service_name.setter def root_span_service_name(self, root_span_service_name): """ Sets the root_span_service_name of this TraceSpanSummary. Service associated with the trace. :param root_span_service_name: The root_span_service_name of this TraceSpanSummary. :type: str """ self._root_span_service_name = root_span_service_name @property def time_root_span_started(self): """ Gets the time_root_span_started of this TraceSpanSummary. Start time of the root span for the span collection. :return: The time_root_span_started of this TraceSpanSummary. :rtype: datetime """ return self._time_root_span_started @time_root_span_started.setter def time_root_span_started(self, time_root_span_started): """ Sets the time_root_span_started of this TraceSpanSummary. Start time of the root span for the span collection. :param time_root_span_started: The time_root_span_started of this TraceSpanSummary. :type: datetime """ self._time_root_span_started = time_root_span_started @property def time_root_span_ended(self): """ Gets the time_root_span_ended of this TraceSpanSummary. End time of the root span for the span collection. :return: The time_root_span_ended of this TraceSpanSummary. :rtype: datetime """ return self._time_root_span_ended @time_root_span_ended.setter def time_root_span_ended(self, time_root_span_ended): """ Sets the time_root_span_ended of this TraceSpanSummary. End time of the root span for the span collection. :param time_root_span_ended: The time_root_span_ended of this TraceSpanSummary. :type: datetime """ self._time_root_span_ended = time_root_span_ended @property def root_span_duration_in_ms(self): """ Gets the root_span_duration_in_ms of this TraceSpanSummary. Time taken for the root span operation to complete in milliseconds. :return: The root_span_duration_in_ms of this TraceSpanSummary. :rtype: int """ return self._root_span_duration_in_ms @root_span_duration_in_ms.setter def root_span_duration_in_ms(self, root_span_duration_in_ms): """ Sets the root_span_duration_in_ms of this TraceSpanSummary. Time taken for the root span operation to complete in milliseconds. :param root_span_duration_in_ms: The root_span_duration_in_ms of this TraceSpanSummary. :type: int """ self._root_span_duration_in_ms = root_span_duration_in_ms @property def trace_duration_in_ms(self): """ **[Required]** Gets the trace_duration_in_ms of this TraceSpanSummary. Time between the start of the earliest span and the end of the most recent span in milliseconds. :return: The trace_duration_in_ms of this TraceSpanSummary. :rtype: int """ return self._trace_duration_in_ms @trace_duration_in_ms.setter def trace_duration_in_ms(self, trace_duration_in_ms): """ Sets the trace_duration_in_ms of this TraceSpanSummary. Time between the start of the earliest span and the end of the most recent span in milliseconds. :param trace_duration_in_ms: The trace_duration_in_ms of this TraceSpanSummary. :type: int """ self._trace_duration_in_ms = trace_duration_in_ms @property def is_fault(self): """ **[Required]** Gets the is_fault of this TraceSpanSummary. Boolean flag that indicates whether the trace has an error. :return: The is_fault of this TraceSpanSummary. :rtype: bool """ return self._is_fault @is_fault.setter def is_fault(self, is_fault): """ Sets the is_fault of this TraceSpanSummary. Boolean flag that indicates whether the trace has an error. :param is_fault: The is_fault of this TraceSpanSummary. :type: bool """ self._is_fault = is_fault @property def trace_status(self): """ **[Required]** Gets the trace_status of this TraceSpanSummary. The status of the trace. The trace statuses are defined as follows: complete - a root span has been recorded, but there is no information on the errors. success - a complete root span is recorded there is a successful error type and error code - HTTP 200. incomplete - the root span has not yet been received. error - the root span returned with an error. There may or may not be an associated error code or error type. :return: The trace_status of this TraceSpanSummary. :rtype: str """ return self._trace_status @trace_status.setter def trace_status(self, trace_status): """ Sets the trace_status of this TraceSpanSummary. The status of the trace. The trace statuses are defined as follows: complete - a root span has been recorded, but there is no information on the errors. success - a complete root span is recorded there is a successful error type and error code - HTTP 200. incomplete - the root span has not yet been received. error - the root span returned with an error. There may or may not be an associated error code or error type. :param trace_status: The trace_status of this TraceSpanSummary. :type: str """ self._trace_status = trace_status @property def trace_error_type(self): """ **[Required]** Gets the trace_error_type of this TraceSpanSummary. Error type of the trace. :return: The trace_error_type of this TraceSpanSummary. :rtype: str """ return self._trace_error_type @trace_error_type.setter def trace_error_type(self, trace_error_type): """ Sets the trace_error_type of this TraceSpanSummary. Error type of the trace. :param trace_error_type: The trace_error_type of this TraceSpanSummary. :type: str """ self._trace_error_type = trace_error_type @property def trace_error_code(self): """ **[Required]** Gets the trace_error_code of this TraceSpanSummary. Error code of the trace. :return: The trace_error_code of this TraceSpanSummary. :rtype: str """ return self._trace_error_code @trace_error_code.setter def trace_error_code(self, trace_error_code): """ Sets the trace_error_code of this TraceSpanSummary. Error code of the trace. :param trace_error_code: The trace_error_code of this TraceSpanSummary. :type: str """ self._trace_error_code = trace_error_code @property def service_summaries(self): """ Gets the service_summaries of this TraceSpanSummary. A summary of the spans by service. :return: The service_summaries of this TraceSpanSummary. :rtype: list[oci.apm_traces.models.TraceServiceSummary] """ return self._service_summaries @service_summaries.setter def service_summaries(self, service_summaries): """ Sets the service_summaries of this TraceSpanSummary. A summary of the spans by service. :param service_summaries: The service_summaries of this TraceSpanSummary. :type: list[oci.apm_traces.models.TraceServiceSummary] """ self._service_summaries = service_summaries def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other