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
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
Currently, when clicking on the link output to logs on startup, it takes you to the Spring Boot dashboard (good!), but there is no information about the application you just started available there until after the first metrics publish, which is after 1 minute by default. I think this experience can be approved by publishing at least the Wavefront-specific metadata used to populate the Source / Application / Service dropdown menus at the top of the dashboard. If those were populated, then users would be able to tell that Wavefront knows about the application they just started.
Micrometer doesn't provide an API to publish metrics early, but since this is specific to Wavefront and Micrometer is delegating to the Wavefront SDK to publish metrics, one idea is to use the Wavefront SDK to publish a purely informational metric with the expected metadata to populate the dropdown menus.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when clicking on the link output to logs on startup, it takes you to the Spring Boot dashboard (good!), but there is no information about the application you just started available there until after the first metrics publish, which is after 1 minute by default. I think this experience can be approved by publishing at least the Wavefront-specific metadata used to populate the Source / Application / Service dropdown menus at the top of the dashboard. If those were populated, then users would be able to tell that Wavefront knows about the application they just started.
Micrometer doesn't provide an API to publish metrics early, but since this is specific to Wavefront and Micrometer is delegating to the Wavefront SDK to publish metrics, one idea is to use the Wavefront SDK to publish a purely informational metric with the expected metadata to populate the dropdown menus.
The text was updated successfully, but these errors were encountered: