From 85a3bdcad61f4cb87ede238b325104ddd3e338ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Fri, 8 Jan 2021 14:24:20 +0100 Subject: [PATCH] Mention compression --- datadog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datadog.md b/datadog.md index 441198b..c8b75e7 100644 --- a/datadog.md +++ b/datadog.md @@ -20,6 +20,6 @@ The payload uses `multipart/form-data` encoding and includes the following form - `recording-end`: The batch end time formatted as `2006-01-02T15:04:05Z07:00` in UTC. - `tags[]`: The profiler's `p.cfg.tags` + `service:p.cfg.service` + `env:p.cfg.env` + `host:bat.host` (if set) + `runtime:go` - `types[0..n]`: The comma separates types included in each profile, e.g. `alloc_objects,alloc_space,inuse_objects,inuse_space`. -- `data[0..n]`: One file field for each profile. filename is always `pprof-data`. +- `data[0..n]`: One file field for each profile. The filename is always `pprof-data`, and the pprof data is compressed (by Go). TODO: Link to a sample payload file. \ No newline at end of file