mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 05:46:28 +08:00
Instrumentation: Add status_source label to request metrics/logs (#74114)
Ref #68480 Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
This commit is contained in:

committed by
GitHub

parent
97d568e60a
commit
8ee43f3705
@ -97,7 +97,7 @@ func TestCheckHealth(t *testing.T) {
|
||||
},
|
||||
{
|
||||
err: errors.New("surprise surprise"),
|
||||
expectedError: backendplugin.ErrHealthCheckFailed,
|
||||
expectedError: plugins.ErrPluginDownstreamError,
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user