Skip to content

Commit

Permalink
[mq] working branch - merge 668bbbf on top of master at cf75054
Browse files Browse the repository at this point in the history
{"baseBranch":"master","baseCommit":"cf7505470be50ccb2e2b45edfa192f0941b1257b","createdAt":"2024-09-17T09:02:20.036732Z","headSha":"668bbbfa7fa20e426ff58ec52485d7f5015c7c32","id":"29a327d7-1c86-422c-8b89-08fc6f5791d2","priority":"200","pullRequestNumber":"193","queuedAt":"2024-09-17T09:02:20.035491Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] authored Sep 17, 2024
2 parents 7a1c7a0 + 668bbbf commit 885205f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddapm_test_agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,8 @@ async def handle_info(self, request: Request) -> web.Response:
"client_drop_p0s": True,
# Just a random selection of some peer_tags to aggregate on for testing, not exhaustive
"peer_tags": ["db.name", "mongodb.db", "messaging.system"],
}
},
headers={"Datadog-Agent-State": "03e868b3ecdd62a91423cc4c3917d0d151fb9fa486736911ab7f5a0750c63824"},
)

async def _handle_traces(self, request: Request, version: Literal["v0.4", "v0.5", "v0.7"]) -> web.Response:
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/addAgentStateToInfo-f9a179ce88f2ab9e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Agent-State-Header` to `/info` endpoint.

0 comments on commit 885205f

Please sign in to comment.