router icon indicating copy to clipboard operation
router copied to clipboard

Add configuration option for `events.subgraph.request|response|error` to target only specified subgraphs

Open bnjjj opened this issue 2 years ago • 0 comments

With this configuration:


telemetry:
  apollo:
    client_name_header: name_header
    client_version_header: version_header
  instrumentation:
    events:
      subgraph:
        # Standard events
        request: info
        response: warn
        error: error

It would be great to be able to specify subgraphs we want to log. No need for this for custom events because we can still use the subgraph.name selector as a condition

bnjjj avatar Apr 18 '24 15:04 bnjjj