DataDog / agent-payload

Payload format description for communication between the agent and the Datadog backend
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Fix v5 in remote import path for .proto files #354

Closed vboulineau closed 2 days ago

vboulineau commented 2 days ago

What does this PR do?

Fix remote import path as it was missing v5 in it due to the shenanigans we do with the v5 folder.

Motivation

Bugfix.

Additional Notes

We temporarily create a v5/proto symlink to allow importing from v5 path.

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Importing *.proto in remote repositories works.

Reviewer's Checklist

Reviewers: please see the review guidelines.