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 Feb 20, 2023. It is now read-only.
If the monitored app is started before elasticsearch is available, the stagemonitor span index pattern is not created, as the index pattern is only created on application startup, see the corresponding code in ElasticsearchTracingPlugin.java
A solution would be to assure the creation of the index pattern before signalising that elasticsearch is available. See ElasticsearchClient.java
If the monitored app is started before elasticsearch is available, the stagemonitor span index pattern is not created, as the index pattern is only created on application startup, see the corresponding code in ElasticsearchTracingPlugin.java
A solution would be to assure the creation of the index pattern before signalising that elasticsearch is available. See ElasticsearchClient.java
If the index pattern is not created correctly, it can lead to errors like this:
stagemonitor/stagemonitor-kibana#4
The text was updated successfully, but these errors were encountered: