ThousandEyes for OpenTelemetry Data Model Metrics - Migration from v1 to v2
HTTP Server
Metric v1 | Metric v2 |
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
| ||
| |||
| |||
|
| ||
| |||
|
| ||
|
|
Agent-to-Server (Network)
Metric v1 | Metric v2 |
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
| ||
| |||
| |||
| |||
|
One-way Agent-to-Agent (Network) & Two-way Agent-to-Agent (Network)
Metric v1 | Metric v2 |
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
| ||
|
| ||
| |||
| |||
|
BGP
Metric v1 | Metric v2 |
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
| ||
|
|
Web Transaction
Metric v1 | Metric v2 |
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
| ||
|
DNS Server
Metric v1 | Metric v2 |
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
| |||
|
| ||
|
|
DNSSEC
Metric v1 | Metric v2 |
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
| |||
|
|
DNS Trace
Metric v1 | Metric v2 |
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
| ||
|
| ||
| |||
|
Page Load
Metric v1 | Metric v2 |
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
| |||
| |||
|
| ||
| |||
| |||
| |||
| |||
|
FTP Server
Metric v1 | Metric v2 |
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
| |||
| |||
| |||
|
| ||
| |||
|
|
SIP Server
Metric v1 | Metric v2 |
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
| ||
| |||
| |||
|
| ||
|
RTP Stream
Metric v1 | Metric v2 |
|
|
|
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
| |||
| |||
|
API
Metric v1 | Metric v2 |
|
|
|
|
|
|
|
|
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
| ||
|
| ||
|
| ||
|
| ||
|
Common attributes
Resource attribute v1 | Metric attributes v1 | Resource attribute v2 | Metric attributes v2 |
|
|
| |
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
| |||
| |||
| |||
| |||
|
Note: it does not contain the |
Test Type Attribute Value
Test type | v1 | v2 |
Agent-to-Server (Network) |
|
|
BGP |
|
|
Web Transaction |
|
|
Agent-to-Agent |
|
|
DNSSEC |
|
|
DNS Server |
|
|
DNS Trace |
|
|
FTP |
|
|
HTTP |
|
|
Page Load |
|
|
RTP |
|
|
SIP |
|
|
API |
|
|
Tags as Attributes
For the V2 migration, there are two changes related to attribute values derived from tags
. The type of the attribute value depends on how many tags
share the same key:
If a key has only one tag value, the attribute will be a single
string
.If a key has multiple tag values, the attribute will be an
array
ofstrings
.
Last updated