- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
The number of components rendered at once for large environment diagrams can introduce performance and readability issues, making for a poor experience.
To avoid these issues, Cloudcraft recommends that you use the Filtered layout feature to apply filters, or exclude services when placing live components.
Building smaller diagrams makes managing them much easier. It also gives viewers more control over how they ingest information.
The search box on the Live tab allows you to enter patterns that affect your scan result.
The patterns the application supports include:
i-052g93wu49qed3hxw
.type=ec2
.172.31.42.142
.environment=prod
or environment
.vpc-088c40abeb9ce0c1d
.You can also use operators:
type=ec2 AND env=prod
).type=ec2 OR type=rds
)NOT platform=linux
)type=rds AND (env=staging OR env=prod)
).Combine these two features, and you can build powerful filters, allowing you to scope your diagram to one or more applications.
Search patterns may be overkill if you only want to exclude a few services, so Cloudcraft offers an easier way to accomplish this task.
After scanning your AWS account, click Auto Layout on the Live tab to view a two-column list with services from your AWS environment.
You can move services from the Included services to the Excluded services column—or vice versa—by clicking them.
Let us put some of these concepts into practice.
Imagine you’re creating an architecture diagram but only want to show EC2 instances and EBS volumes tagged with service=wirecraft
. You also want to ignore any EC2 instances in the “Stopped” state.
You already scanned your AWS environment, and Cloudcraft shows a list of components from your account in your inventory. What’s next?
service=wirecraft AND (type=ec2 running OR type=ebs)
. Notice that the button Auto Layout now says Filtered Layout.Other alternatives include: