Skip to content

A command line utility to push individual pprof formatted profiles to a Parca compatible API.

License

Notifications You must be signed in to change notification settings

parca-dev/parca-push

Repository files navigation

Build Container Apache 2 License

parca-push

A command line utility to push individual pprof formatted profiles to a Parca compatible API.

Configuration

Flags:

Usage: parca-push <path>

Arguments:
  <path>    Path to the profile data.

Flags:
  -h, --help                     Show context-sensitive help.
  -l, --labels=KEY=VALUE;...     Labels to attach to the profile data.
                                 For example --labels=__name__=process_cpu
                                 --labels=node=foo
      --normalized               Whether the profile sample addresses are
                                 already normalized by the mapping offset.
      --override-timestamp       Update the timestamp in the pprof profile to be
                                 the current time.
      --remote-store-address=STRING
                                 gRPC address to send profiles and symbols to.
      --remote-store-bearer-token=STRING
                                 Bearer token to authenticate with store.
      --remote-store-bearer-token-file=STRING
                                 File to read bearer token from to authenticate
                                 with store.
      --remote-store-insecure    Send gRPC requests via plaintext instead of
                                 TLS.
      --remote-store-insecure-skip-verify
                                 Skip TLS certificate verification.