Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,414 changes: 2,414 additions & 0 deletions ecosystem-explorer/public/data/collector/bundles/0.154.0-57879c7f1a82.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"description": null,
"display_name": null,
"distribution": "contrib",
"ecosystem": "collector",
"id": "contrib-awsecsattributesprocessor",
"name": "awsecsattributesprocessor",
"repository": "opentelemetry-collector-contrib",
"status": {
"class": "processor",
"codeowners": {
"active": [
"povilasv",
"iblancasa",
"dmitryax"
]
},
"distributions": [],
"stability": {
"development": [
"logs",
"metrics",
"profiles",
"traces"
]
}
},
"type": "processor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"attributes": {
"metric_type": {
"description": "The pdata metric type of the datapoint.",
"enum": [
"exponential_histogram",
"histogram",
"sum"
],
"type": "string"
},
"reason": {
"description": "The reason a datapoint was dropped instead of converted.",
"enum": [
"bucket_mismatch",
"initial",
"reset"
],
"type": "string"
}
},
"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.",
"display_name": "Cumulative to Delta Processor",
"distribution": "contrib",
"ecosystem": "collector",
"id": "contrib-cumulativetodeltaprocessor",
"name": "cumulativetodeltaprocessor",
"repository": "opentelemetry-collector-contrib",
"status": {
"class": "processor",
"codeowners": {
"active": [
"TylerHelmuth"
]
},
"distributions": [
"contrib",
"k8s"
],
"stability": {
"beta": [
"metrics"
]
}
},
"type": "processor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"description": null,
"display_name": "GenAI Normalizer Processor",
"distribution": "contrib",
"ecosystem": "collector",
"id": "contrib-genainormalizerprocessor",
"name": "genainormalizerprocessor",
"repository": "opentelemetry-collector-contrib",
"status": {
"class": "processor",
"codeowners": {
"active": [
"TylerHelmuth",
"kylehounslow"
]
},
"distributions": [
"contrib"
],
"stability": {
"alpha": [
"traces"
]
}
},
"type": "processor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"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.",
"display_name": "Lookup Processor",
"distribution": "contrib",
"ecosystem": "collector",
"id": "contrib-lookupprocessor",
"name": "lookupprocessor",
"repository": "opentelemetry-collector-contrib",
"status": {
"class": "processor",
"codeowners": {
"active": [
"jsvd",
"dehaansa",
"VihasMakwana"
]
},
"distributions": [],
"stability": {
"development": [
"logs",
"metrics",
"traces"
]
}
},
"type": "processor"
}
Loading
Loading