Sha256: 91fac7b0dbf3ac881753fdd5d216507933c60836f0d3fddf4e28854ef9f4834c
Contents?: true
Size: 964 Bytes
Versions: 36
Compression:
Stored size: 964 Bytes
Contents
=begin #Datadog API V1 Collection #Collection of all Datadog Public endpoints. The version of the OpenAPI document: 1.0 Contact: support@datadoghq.com Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2020-Present Datadog, Inc. =end require 'date' require 'time' module DatadogAPIClient::V1 # APM statistic. class FormulaAndFunctionApmDependencyStatName include BaseEnumModel AVG_DURATION = "avg_duration".freeze AVG_ROOT_DURATION = "avg_root_duration".freeze AVG_SPANS_PER_TRACE = "avg_spans_per_trace".freeze ERROR_RATE = "error_rate".freeze PCT_EXEC_TIME = "pct_exec_time".freeze PCT_OF_TRACES = "pct_of_traces".freeze TOTAL_TRACES_COUNT = "total_traces_count".freeze end end
Version data entries
36 entries across 36 versions & 1 rubygems