Skip to content

Linearize function ids#106

Open
vchuravy wants to merge 3 commits into
mainfrom
vc/linear_func_id
Open

Linearize function ids#106
vchuravy wants to merge 3 commits into
mainfrom
vc/linear_func_id

Conversation

@vchuravy

@vchuravy vchuravy commented Sep 30, 2025

Copy link
Copy Markdown
Member

Some tools (parca) expect function ids to increment linearly

@vchuravy

Copy link
Copy Markdown
Member Author

Example of a parca config to be used with ProfileEndpoints.jl

scrape_configs:
  - job_name: "parca"
    scrape_interval: "10s"
    scrape_timeout: "60s"
    static_configs:
      - targets: [ '127.0.0.1:16825' ]
    profiling_config:
      pprof_config:
        julia:
          enabled: true
          path: '/profile'
          delta: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant