Skip to content

Commit

Permalink
chore(tagger): fix curl example for OriginInfo resolution
Browse files Browse the repository at this point in the history
Signed-off-by: Wassim DHIF <[email protected]>
  • Loading branch information
wdhif committed Dec 19, 2024
1 parent 463c776 commit 894a731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/proto/datadog/api/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ service AgentSecure {
// can be called through the HTTP gateway, and entity will be returned as JSON:
// $ curl -H "authorization: Bearer $(cat /etc/datadog-agent/auth_token)" \
// -XPOST -k -H "Content-Type: application/json" \
// --data '{"externalDataInit": false,"externalDataPodUID": "54383382-cea3-49e3-9dda-325436ddd5b8","externalDataContainerName": "dd-trace-py"}' \
// --data '{"externalData": {"init": false,"containerName": "dd-trace-py","podUID": "c4b45c6a-b296-4bd5-88df-7c2d6bcaabef"}}' \
// https://localhost:5001/v1/grpc/tagger/generate_container_id_from_origin_info
// {
// "containerID":"c9fd60251b5237467462dad48999815eb0025f367c6e1abe91e0bd787d5915fc"
Expand Down
4 changes: 2 additions & 2 deletions pkg/proto/pbgo/core/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 894a731

Please sign in to comment.