You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we added support for agent authentication to Pyroscope (0.10.0). It would be nice to have support for this in the rust spy package.
The documentation can be found here: pyroscope-io/docs#43 (will be published soon!), the crux is that pyroscope server expects bearer authentication token in the Authorization header. For example:
Recently we added support for agent authentication to Pyroscope (0.10.0). It would be nice to have support for this in the rust spy package.
The documentation can be found here: pyroscope-io/docs#43 (will be published soon!), the crux is that pyroscope server expects bearer authentication token in the
Authorization
header. For example:Existing integrations already support specifying an auth token via the configuration:
The text was updated successfully, but these errors were encountered: