mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-20 16:45:26 +08:00
Mention compression
This commit is contained in:
parent
1bff99e98d
commit
85a3bdcad6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue