Documentation ¶
Overview ¶
Package profiler is a public API golang apps should use to send data to pyroscope server. It is intentionally separate from the rest of the code.
The idea is that this API won't change much over time, while all the other code will.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ApplicationName string // e.g backend.purchases ServerAddress string // e.g http://pyroscope.services.internal:4040 }
Click to show internal directories.
Click to hide internal directories.