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

Use canonical import path for jsonschema proto to allow external import #349

Closed vboulineau closed 1 month ago

vboulineau commented 1 month ago

What does this PR do?

Use canonical import path for jsonschema proto to allow external import.

Motivation

Using custom path does not allow external import as the import uses a custom only available in this repo.

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Reviewer's Checklist

Reviewers: please see the review guidelines.