1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-15 23:54:16 +02:00

Add disclaimer

This commit is contained in:
Felix Geisendörfer
2021-01-17 19:33:27 +01:00
parent 7ed351f591
commit bfd820eca7

View File

@ -216,3 +216,7 @@ Below is a truncated example of the returned output, see [2.runtime.goroutinepro
### [`net/http/pprof`](https://golang.org/pkg/net/http/pprof/)
This package exposes the [`pprof.Lookup("goroutine")`](https://golang.org/pkg/runtime/pprof/#Lookup) profiles described above via HTTP endpoints. The output is identical.
## Disclaimer
I've just started a new job at [Datadog](https://www.datadoghq.com/) to work on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. This document may not reflect the views of my employer, but they were kind enough to let me publish it : ).