We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964bcb9 commit 7a0b5d8Copy full SHA for 7a0b5d8
api/v2/api.go
@@ -217,7 +217,7 @@ func (api *API) getReceiversHandler(params receiver_ops.GetReceiversParams) midd
217
218
for _, integration := range r.Integrations() {
219
notify, duration, err := integration.GetReport()
220
- iname := integration.Name()
+ iname := integration.String()
221
integrations = append(integrations, &open_api_models.Integration{
222
Name: &iname,
223
SendResolve: integration.SendResolved(),
0 commit comments