Sha256: 9297d7b94c592f5cd8d31667a163055de8688ed620d18e1924d766d7b5da84b6
Contents?: true
Size: 1.74 KB
Versions: 2
Compression:
Stored size: 1.74 KB
Contents
# DatadogAPIClient::V1::ApmStatsQueryDefinition ## Properties | Name | Type | Description | Notes | | --------------- | ---------------------------------------------------------------------- | ---------------------------------------------------- | ---------- | | **columns** | [**Array<ApmStatsQueryColumnType>**](ApmStatsQueryColumnType.md) | Column properties used by the front end for display. | [optional] | | **env** | **String** | Environment name. | | | **name** | **String** | Operation name associated with service. | | | **primary_tag** | **String** | The organization's host group name and value. | | | **resource** | **String** | Resource name. | [optional] | | **row_type** | [**ApmStatsQueryRowType**](ApmStatsQueryRowType.md) | | | | **service** | **String** | Service name. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ApmStatsQueryDefinition.new( columns: null, env: prod, name: rack.request, primary_tag: datacenter:*, resource: CartsController, row_type: null, service: web-store ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/ApmStatsQueryDefinition.md |
datadog_api_client-1.5.0 | docs/v1/ApmStatsQueryDefinition.md |