Skip to content

OpenTelemetry Collector Memory Issues #7690

Answered by wankai123
andrewgkew asked this question in Q&A
Discussion options

You must be logged in to vote

I think OAP doesn't use OTEL to receive the envoy-stats, it uses gRPC directly, and envoy-stats has too many metrics, you should filter them otherwise the collector is very easy to crash.
eg in doc: https://skywalking.apache.org/docs/main/latest/en/setup/envoy/metrics_service_setting/#send-envoy-metrics-to-skywalking-with--without-istio:

istioctl manifest install -y \
  --set profile=demo # replace the profile as per your need \
  --set meshConfig.defaultConfig.envoyMetricsService.address=<skywalking.address.port.11800> \ # replace <skywalking.address.port.11800> with your actual SkyWalking OAP address
  --set 'meshConfig.defaultConfig.proxyStatsMatcher.inclusionRegexps[0]=.*membership_he…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@andrewgkew
Comment options

@andrewgkew
Comment options

@wu-sheng
Comment options

@andrewgkew
Comment options

@andrewgkew
Comment options

Comment options

You must be logged in to vote
2 replies
@andrewgkew
Comment options

@wankai123
Comment options

Answer selected by wu-sheng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants