Sha256: 04a7cee12b9c9ee8ebc90dd6e2ed3b68e9d25e88415a6b5cfefa58b331f430d4
Contents?: true
Size: 961 Bytes
Versions: 7
Compression:
Stored size: 961 Bytes
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
7 entries across 7 versions & 1 rubygems