Skip to content

NewRelic External Segments: Unable to understand which resource is being called #64

Description

@wedneyyuri

The BeforeRequest method is used by plugins for instrumenting APMs such as newrelic. The standard instrumentation generates segments by Host and Method in the format example.com - (POST) and with that we lose visibility when the same host has several resources.

image

We can't generate segments by "path" because it would split /resource/123 and /resource/321 in two distinct segments. I think we need a way to retrieve the fields Method and Resource from domain.Statement

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions