apollo-router 1.61.13

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
telemetry:
  exporters:
    tracing:
      propagation:
        trace_context: true
    metrics:
      prometheus:
        enabled: true
  instrumentation:
    instruments:
      graphql:
        field.execution: true
        list.length: true
        "custom_counter":
          description: "count of name field"
          type: counter
          unit: "unit"
          value: unit
          attributes:
            graphql.type.name: true
            graphql.field.type: true
            graphql.field.name: true
          condition:
            eq:
              - field_name: string
              - "name"
        "custom.histogram":
          description: "histogram of review length"
          type: histogram
          unit: "unit"
          attributes:
            graphql.type.name: true
            graphql.field.type: true
            graphql.field.name: true
          value:
            list_length: value
          condition:
            eq:
              - field_name: string
              - "topProducts"