- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
次のメトリクスは、Synthetics モニタリングテストによって生成されます。
メトリクスが
synthetics.api.*
で始まる場合、API テストから取得されますsynthetics.http.*
で始まる場合、API HTTP テストから取得されますsynthetics.ssl.*
で始まる場合、API SSL テストから取得されますsynthetics.dns.*
で始まる場合、API DNS テストから取得されますsynthetics.tcp.*
で始まる場合、API TCP テストから取得されますsynthetics.browser.*
で始まる場合、ブラウザテストから取得されますsynthetics.api.response (count) | The count of API responses we receive. Shown as request |
synthetics.http.response.time (gauge) | The overall time the request took to be processed. Shown as millisecond |
synthetics.http.response.size (gauge) | The size of the response in bytes. Shown as byte |
synthetics.http.redirect.time (gauge) | The time spent during redirections. Shown as millisecond |
synthetics.http.dns.time (gauge) | The time spent resolving the DNS name of the last request. Shown as millisecond |
synthetics.http.connect.time (gauge) | The time to establish the TCP connection to the server. Shown as millisecond |
synthetics.http.ssl.time (gauge) | The duration of the TLS handshake. This metric does not appear if the last request is not over HTTPS. Shown as millisecond |
synthetics.http.send.time (gauge) | The time to send the request. Shown as millisecond |
synthetics.http.firstbyte.time (gauge) | The time spent waiting for the first byte of response to be received. Shown as millisecond |
synthetics.http.download.time (gauge) | The time spent downloading the response. Shown as millisecond |
synthetics.http.response (count) | The count of HTTP responses we receive. Shown as request |
synthetics.http.response.time.distrib (gauge) | The overall time the request took to be processed. Shown as millisecond |
synthetics.ssl.dns.time (gauge) | The duration of the DNS lookup. Shown as millisecond |
synthetics.ssl.handshake.time (gauge) | The duration of the TLS handshake. Shown as millisecond |
synthetics.ssl.response.time (gauge) | The overall time the request took to be processed. Shown as millisecond |
synthetics.ssl.time_to_expiry (gauge) | The remaining time before the SSL certificate expires. Shown as minute |
synthetics.ssl.response (count) | The count of SSL responses we receive. Shown as request |
synthetics.ssl.response.time.distrib (gauge) | The overall time the request took to be processed. Shown as millisecond |
synthetics.dns.response.time (gauge) | The overall time the request took to be processed. Shown as millisecond |
synthetics.dns.response.time.distrib (gauge) | The overall time the request took to be processed. Shown as millisecond |
synthetics.tcp.response.time (gauge) | The overall time the request took to be processed. Shown as millisecond |
synthetics.tcp.dns.time (gauge) | The duration of the DNS lookup. Shown as millisecond |
synthetics.tcp.connect.time (gauge) | The time to establish the TCP connection. Shown as millisecond |
synthetics.tcp.response.time.distrib (gauge) | The overall time the request took to be processed. Shown as millisecond |
synthetics.icmp.hops (gauge) | The number of hops associated with the traceroute execution. Shown as hop |
synthetics.icmp.packet_loss_percentage (gauge) | The percentage of packet loss associated with the last ping. Shown as percent |
synthetics.icmp.latency_avg (gauge) | The average latency across all pings. Shown as millisecond |
synthetics.icmp.latency_max (gauge) | The maximum latency across all pings. Shown as millisecond |
synthetics.icmp.latency_min (gauge) | The minimum latency across all pings. Shown as millisecond |
synthetics.icmp.latency_stddev (gauge) | The standard deviation latency across all pings. Shown as millisecond |
synthetics.icmp.packets_received (gauge) | The number of packets successfully received. Shown as packet |
synthetics.icmp.packets_sent (gauge) | The number of packets sent. Shown as packet |
API テストのタイミングについて、詳しくは API テストのタイミングとバリエーションのガイドをご参照ください。
synthetics.browser.test_duration (gauge) | The total time it took to execute the browser test. Shown as millisecond |
synthetics.browser.time_to_interactive (gauge) | The time until a page can be interacted with. Calculated from the first page in a browser test. Shown as millisecond |
synthetics.browser.number_of_buckets (count) | The number of buckets in a browser test. Every 25 steps in a browser test is a single bucket. |
synthetics.browser.step.largest_contentful_paint (gauge) | The Largest Contentful Paint (core web vital) in a browser test step. Shown as millisecond |
synthetics.browser.step.cumulative_layout_shift (gauge) | The Cumulative Layout Shift (core web vital) in a browser test step. |
synthetics.browser.step.duration (gauge) | The total time it took to execute a browser test step. Shown as millisecond |
synthetics.browser.time_to_interactive.distrib (gauge) | The time until a page can be interacted with. Calculated from the first page in a browser test. Shown as millisecond |
synthetics.browser.step.largest_contentful_paint.distrib (gauge) | The Largest Contentful Paint (core web vital) in a browser test step. Shown as millisecond |
synthetics.browser.step.cumulative_layout_shift.distrib (gauge) | The Cumulative Layout Shift (core web vital) in a browser test step. |
synthetics.browser.test_duration.distrib (gauge) | The total time it took to execute the browser test. Shown as millisecond |
synthetics.browser.step.duration.distrib (gauge) | The total time it took to execute a browser test step. Shown as millisecond |