You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The full enum is exhaustive so we only include what we need. Please reference the corresponding
24
+
/// enum for all possible values https://github.com/DataDog/dd-source/blob/573dee9b5f7ee13935cb3ad11b16dde970528983/domains/metrics/shared/libs/proto/origin/origin.proto#L161
25
25
pubenumOriginProduct{
26
26
Other = 0,
27
27
Serverless = 1,
@@ -34,8 +34,8 @@ impl From<OriginProduct> for u32 {
34
34
}
35
35
36
36
/// Represents the category origin of a metric.
37
-
/// The full enum is exhaustive so we only include what we need. Please reference the corresponding enum for all possible values
/// The full enum is exhaustive so we only include what we need. Please reference the corresponding
38
+
/// enum for all possible values https://github.com/DataDog/dd-source/blob/573dee9b5f7ee13935cb3ad11b16dde970528983/domains/metrics/shared/libs/proto/origin/origin.proto#L276
39
39
pubenumOriginCategory{
40
40
Other = 0,
41
41
AppServicesMetrics = 35,
@@ -52,8 +52,8 @@ impl From<OriginCategory> for u32 {
52
52
}
53
53
54
54
/// Represents the service origin of a metric.
55
-
/// The full enum is exhaustive so we only include what we need. Please reference the corresponding enum for all possible values
/// The full enum is exhaustive so we only include what we need. Please reference the corresponding
56
+
/// enum for all possible values https://github.com/DataDog/dd-source/blob/573dee9b5f7ee13935cb3ad11b16dde970528983/domains/metrics/shared/libs/proto/origin/origin.proto#L417
0 commit comments