Alberto

Results 6 comments of Alberto

Hi, once the new version is released, how much time it may take to see the fix on production gcp?

Hi @adamaltman, Why is this definition a wrong use of nullable? ``` ResultDetail: type: object properties: declineReason: nullable: true allOf: - $ref: '#/components/schemas/ResultDetailDeclineReason' ResultDetailDeclineReason: type: string enum: - CANCELLED_BY_USER ```...

As a new user of pyroscope, and while developing metrics from profiles features, I found data units confusing sometimes, and I agree that having rates (unit/s) would be easier to...

Just using the grafana/pyroscope link in case your fork is deleted: https://github.com/grafana/pyroscope/blob/9fdea3b017b7335acf39b36df81e3b6ac8f3de1b/pkg/pprof/merge.go#L160-L162

I don't think the problem is in the merge but the input profile has 0 duration somehow. I tried debugging but all I could find is that in v1 the...