Problem/Motivation

We are using Open telemetry with gRPC over pot 4317 remotely (no instrumentation) and would want to limit or exclude certain admin pages from being traced.

Steps to reproduce

We are using Open telemetry with gRPC over pot 4317 remotely (no instrumentation) and would want to limit or exclude certain admin pages from being traced.

Proposed resolution

  1. Create custom exporter to filter traces before sending them. Create list of urls to be excluded in the environment variables or use settings.php file
  2. Update the opentelemetry filters in gRPC
  3. Create a custom opentelemetry sampler using Opentelemetry SDK

Remaining tasks

User interface changes

API changes

Data model changes

Comments

sk_10 created an issue.