Skip to content

Commit

Permalink
[mq] working branch - merge af55eaa on top of master at cf75054
Browse files Browse the repository at this point in the history
{"baseBranch":"master","baseCommit":"cf7505470be50ccb2e2b45edfa192f0941b1257b","createdAt":"2024-09-17T08:49:06.984175Z","headSha":"af55eaa6430dc9262db88b7de079136b11a5cdc5","id":"777ef8e6-722c-4878-baa8-1d1d7dc4ef19","priority":"200","pullRequestNumber":"193","queuedAt":"2024-09-17T08:49:06.983693Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] authored Sep 17, 2024
2 parents 2f45d89 + af55eaa commit 13f35be
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 13f35be

Please sign in to comment.