Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the service name configurable for project monitors #928

Open
paulb-elastic opened this issue May 28, 2024 · 0 comments
Open

Make the service name configurable for project monitors #928

paulb-elastic opened this issue May 28, 2024 · 0 comments

Comments

@paulb-elastic
Copy link
Contributor

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:

image

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.

ACs:

  • It is possible to define the service.name for project monitors
  • This will be available for all monitor types
    • Browser
    • HTTP
    • TCP
    • ICMP
  • Update the get monitor API endpoint to return service.name
    • Update the documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant