이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Overview
Datadog Feature Flags provides graphs at two levels: the flags list page gives a snapshot of all your flags at a glance, and the flag details page shows in-depth graphs for a single flag.
Flags list page
Each summary row shows a total evaluation count and a mini graph, so you can assess activity across your flag inventory without opening each flag.
Each row shows:
- Evaluation count: Total number of client and server evaluations in the past hour
- Mini graph: Individual client and server evaluations in the past hour, grouped by variant
- Variants: The variant colors are the key for the mini graph
Flag details page
The flag details page includes observability insights to help you identify how a single flag is performing.
Targeting rule evaluation counts
This shows the total of combined client and server evaluations that fell through to each targeting rule during the time range selected in the top of the page (default is 1 hour).
Use this count to confirm that targeting rules are working as expected and to see how traffic is distributed across targeting rules in a given environment, including the percentage of total traffic in the time range.
Client and server evaluations
Client SDK evaluations have two views, each grouped by variant:
- Unique: Count of unique users or entities that evaluated each variant (deduplicated by targeting key)
- Total: Count of all evaluations by variant, including repeated evaluations of the same targeting key
Server SDK evaluations show a count of all evaluations by variant. This requires flag evaluation metrics to be enabled. See Set Up Server-Side Flag Evaluation Metrics.
Errors and latency
Error rate and latency graphs are available for client evaluations. They are not available for server evaluations.
Export to a dashboard
Choose Save to dashboard to add a graph to a Datadog dashboard. From there, you can filter and group the data for further insights.
Further reading