Skip to content

Post processing of Http events to more specific protocols #141

@NimrodAvni78

Description

@NimrodAvni78

Many protocols are built on top of http, like the ones used for graphql, elasticseach, s3, sqs and more

What Im suggesting trying to narrow down a Http span into a more specific type of span (like those above)
this can be done with simple post processing of http events in userspace.
it should be configurable, because this will need to rely on some heuristics like:

  • port numbers (9200 is probably elastic)
  • route conventions ( /.../_search is probably an elastic search query)
  • common headers (x-amz-content-sha256 will probably be included in requests to aws s3 / sqs)
    and maybe more

let me know if you have any thoughts regarding specific concerns in the implementations, because i think it can definitely bring a lot of value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions