grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.79k stars 583 forks source link

Multiple application with same ApplicationName #161

Closed jonyhy96 closed 2 years ago

jonyhy96 commented 3 years ago

In comparison view, we can only compare under same application. When deploy application to k8s, the replicates of pod is always bigger than 1. They shold be treate seperatly but i can't find a way to define it's name appropriately. How can we deal with situation like this? Will pyroscope support label or something else in config?

Rperry2174 commented 3 years ago

Thanks for making the issue! As of right now we don't support tags, but we did design the storage engine in a way where they can be added. I created an issue #162.

eh-am commented 2 years ago

We now support tags(https://pyroscope.io/docs/flameql/) and comparison view allows comparing 2 arbitrary apps (although UX isn't the best). Closing this.