FlameGraph: Use pyroscope/flamegraph (#65896)
This commit is contained in:
@@ -505,5 +505,11 @@ var (
|
||||
State: FeatureStateBeta,
|
||||
Owner: grafanaAsCodeSquad,
|
||||
},
|
||||
{
|
||||
Name: "pyroscopeFlameGraph",
|
||||
Description: "Changes flame graph to pyroscope one",
|
||||
State: FeatureStateAlpha,
|
||||
Owner: grafanaObservabilityTracesAndProfilingSquad,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
@@ -75,3 +75,4 @@ alertStateHistoryLokiPrimary,alpha,@grafana/alerting-squad,false,false,false,fal
|
||||
alertStateHistoryLokiOnly,alpha,@grafana/alerting-squad,false,false,false,false
|
||||
unifiedRequestLog,alpha,@grafana/backend-platform,false,false,false,false
|
||||
renderAuthJWT,beta,@grafana/grafana-as-code,false,false,false,false
|
||||
pyroscopeFlameGraph,alpha,@grafana/observability-traces-and-profiling,false,false,false,false
|
||||
|
||||
|
@@ -310,4 +310,8 @@ const (
|
||||
// FlagRenderAuthJWT
|
||||
// Uses JWT-based auth for rendering instead of relying on remote cache
|
||||
FlagRenderAuthJWT = "renderAuthJWT"
|
||||
|
||||
// FlagPyroscopeFlameGraph
|
||||
// Changes flame graph to pyroscope one
|
||||
FlagPyroscopeFlameGraph = "pyroscopeFlameGraph"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user