Skip to content

How to invoke other services gracefully #27

@aaronluoq

Description

@aaronluoq

I have this code,
@app.route('/') def pull_requests(): url = 'http://localhost:5002/' r = requests.t(url) return r.text
In this service will get a span ,in other service 'http://localhost:5002/' will get a span,
but not in a same track ;
How to invoke other services gracefully?
thk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions