https://github.com/parca-dev/parca-push
A command line utility to push individual pprof formatted profiles to a Parca compatible API.
https://github.com/parca-dev/parca-push
Last synced: 8 months ago
JSON representation
A command line utility to push individual pprof formatted profiles to a Parca compatible API.
- Host: GitHub
- URL: https://github.com/parca-dev/parca-push
- Owner: parca-dev
- License: apache-2.0
- Created: 2023-04-04T09:57:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T10:49:56.000Z (over 2 years ago)
- Last Synced: 2025-05-06T18:14:43.584Z (8 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 6
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](LICENSE)
# parca-push
A command line utility to push individual pprof formatted profiles to a Parca compatible API.
## Configuration
Flags:
[embedmd]:# (dist/help.txt)
```txt
Usage: parca-push
Arguments:
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.
```