Skip to content

Commit

Permalink
Added Memory Limiter from Core
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjt committed Mar 7, 2024
1 parent d396609 commit afa6462
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/mappinggenerator/static_maps.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ func getCoreProcessorMapping(version string) map[string]configmapping.ComponentM
GithubUrl: "go.opentelemetry.io/collector/processor/batchprocessor",
Version: version,
},
"memory_limiter": {
GithubUrl: "go.opentelemetry.io/collector/processor/memorylimiterprocessor",
Version: version,
},
}
}

Expand Down

0 comments on commit afa6462

Please sign in to comment.