Skip to content

Commit 49c8575

Browse files
committed
Update explorer database (all)
1 parent 1699bab commit 49c8575

59 files changed

Lines changed: 36686 additions & 344 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ecosystem-explorer/public/data/collector/bundles/0.154.0-57879c7f1a82.json

Lines changed: 2414 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"description": null,
3+
"display_name": null,
4+
"distribution": "contrib",
5+
"ecosystem": "collector",
6+
"id": "contrib-awsecsattributesprocessor",
7+
"name": "awsecsattributesprocessor",
8+
"repository": "opentelemetry-collector-contrib",
9+
"status": {
10+
"class": "processor",
11+
"codeowners": {
12+
"active": [
13+
"povilasv",
14+
"iblancasa",
15+
"dmitryax"
16+
]
17+
},
18+
"distributions": [],
19+
"stability": {
20+
"development": [
21+
"logs",
22+
"metrics",
23+
"profiles",
24+
"traces"
25+
]
26+
}
27+
},
28+
"type": "processor"
29+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"attributes": {
3+
"metric_type": {
4+
"description": "The pdata metric type of the datapoint.",
5+
"enum": [
6+
"exponential_histogram",
7+
"histogram",
8+
"sum"
9+
],
10+
"type": "string"
11+
},
12+
"reason": {
13+
"description": "The reason a datapoint was dropped instead of converted.",
14+
"enum": [
15+
"bucket_mismatch",
16+
"initial",
17+
"reset"
18+
],
19+
"type": "string"
20+
}
21+
},
22+
"description": "The cumulative to delta processor (`cumulativetodeltaprocessor`) converts monotonic sum, histogram, and exponential histogram metrics from cumulative to delta aggregation temporality. Non-monotonic sums are excluded. Delta metrics are excluded from any conversion and forwarded without changes.",
23+
"display_name": "Cumulative to Delta Processor",
24+
"distribution": "contrib",
25+
"ecosystem": "collector",
26+
"id": "contrib-cumulativetodeltaprocessor",
27+
"name": "cumulativetodeltaprocessor",
28+
"repository": "opentelemetry-collector-contrib",
29+
"status": {
30+
"class": "processor",
31+
"codeowners": {
32+
"active": [
33+
"TylerHelmuth"
34+
]
35+
},
36+
"distributions": [
37+
"contrib",
38+
"k8s"
39+
],
40+
"stability": {
41+
"beta": [
42+
"metrics"
43+
]
44+
}
45+
},
46+
"type": "processor"
47+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"description": null,
3+
"display_name": "GenAI Normalizer Processor",
4+
"distribution": "contrib",
5+
"ecosystem": "collector",
6+
"id": "contrib-genainormalizerprocessor",
7+
"name": "genainormalizerprocessor",
8+
"repository": "opentelemetry-collector-contrib",
9+
"status": {
10+
"class": "processor",
11+
"codeowners": {
12+
"active": [
13+
"TylerHelmuth",
14+
"kylehounslow"
15+
]
16+
},
17+
"distributions": [
18+
"contrib"
19+
],
20+
"stability": {
21+
"alpha": [
22+
"traces"
23+
]
24+
}
25+
},
26+
"type": "processor"
27+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"description": "The lookup processor enriches telemetry signals by performing external lookups to retrieve additional data. It evaluates an [OTTL](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/README.md) value expression to extract a lookup key, queries a lookup source, and writes the results as new attributes.",
3+
"display_name": "Lookup Processor",
4+
"distribution": "contrib",
5+
"ecosystem": "collector",
6+
"id": "contrib-lookupprocessor",
7+
"name": "lookupprocessor",
8+
"repository": "opentelemetry-collector-contrib",
9+
"status": {
10+
"class": "processor",
11+
"codeowners": {
12+
"active": [
13+
"jsvd",
14+
"dehaansa",
15+
"VihasMakwana"
16+
]
17+
},
18+
"distributions": [],
19+
"stability": {
20+
"development": [
21+
"logs",
22+
"metrics",
23+
"traces"
24+
]
25+
}
26+
},
27+
"type": "processor"
28+
}

0 commit comments

Comments
 (0)