You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible to set the APM service name (which corresponds to service.name) for Synthetic monitors when configuring them via the Synthetics UI:
However it is not possible to set this for project monitors.
The implementation will need to make changes in the Synthetic monitor definition as well as change in the Kibana API to support the new configuration.
The add monitor and update monitor APIs won’t need to be updated as they already include service.name, however the get monitor endpoint does not currently return service.name.
It is currently possible to set the APM service name (which corresponds to
service.name
) for Synthetic monitors when configuring them via the Synthetics UI:However it is not possible to set this for project monitors.
The implementation will need to make changes in the Synthetic
monitor
definition as well as change in the Kibana API to support the new configuration.The add monitor and update monitor APIs won’t need to be updated as they already include
service.name
, however the get monitor endpoint does not currently returnservice.name
.ACs:
service.name
for project monitorsservice.name
The text was updated successfully, but these errors were encountered: