mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-18 07:56:56 +00:00
fix(8232): added fix for error graph in services tab (#8263)
This commit is contained in:
parent
385ee268e3
commit
e3018d9529
@ -611,9 +611,7 @@ export const errorPercentage = ({
|
|||||||
{
|
{
|
||||||
id: '',
|
id: '',
|
||||||
key: {
|
key: {
|
||||||
key: dotMetricsEnabled
|
key: dotMetricsEnabled ? WidgetKeys.StatusCode : WidgetKeys.StatusCodeNorm,
|
||||||
? WidgetKeys.Service_name
|
|
||||||
: WidgetKeys.StatusCodeNorm,
|
|
||||||
dataType: DataTypes.Int64,
|
dataType: DataTypes.Int64,
|
||||||
isColumn: false,
|
isColumn: false,
|
||||||
type: MetricsType.Tag,
|
type: MetricsType.Tag,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user