- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
ancestors
Type: UNORDERED_LIST_STRING
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. A commit timestamp representing when this Instance was created. For instances created before this field was added (August 2021), this value is seconds: 0, nanos: 1
.
gcp_display_name
Type: STRING
Provider name: displayName
Description: Required. The descriptive name for this instance as it appears in UIs. Can be changed at any time, but should be kept globally unique to avoid confusion.
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: The unique name of the instance. Values are of the form projects/{project}/instances/a-z+[a-z0-9]
.
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
satisfies_pzi
Type: BOOLEAN
Provider name: satisfiesPzi
Description: Output only. Reserved for future use.
satisfies_pzs
Type: BOOLEAN
Provider name: satisfiesPzs
Description: Output only. Reserved for future use.
state
Type: STRING
Provider name: state
Description: Output only. The current state of the instance.
Possible values:
STATE_NOT_KNOWN
- The state of the instance could not be determined.READY
- The instance has been successfully created and can serve requests to its tables.CREATING
- The instance is currently being created, and may be destroyed if the creation process encounters an error.tags
Type: UNORDERED_LIST_STRING
type
Type: STRING
Provider name: type
Description: The type of the instance. Defaults to PRODUCTION
.
Possible values:
TYPE_UNSPECIFIED
- The type of the instance is unspecified. If set when creating an instance, a PRODUCTION
instance will be created. If set when updating an instance, the type will be left unchanged.PRODUCTION
- An instance meant for production use. serve_nodes
must be set on the cluster.DEVELOPMENT
- DEPRECATED: Prefer PRODUCTION for all use cases, as it no longer enforces a higher minimum node count than DEVELOPMENT.