-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Failed to publish metrics to OTLP receiver Error #11938
Comments
@dgjinsu |
The current issue occurs when clicking on the Inspector menu, where multiple charts that should appear do not load. Instead of the charts, the following message is displayed:
When clicking on "Show details," the following message appears:
All logs from pinpoint-web appear normal. However, warning logs were observed in pinpoint-collector. The warning logs have been included in the first question. Other features like the Servermap and scatter graph are working perfectly fine. |
@minwoo-jung When pinpoint-collector is initially started, the following warning log also appears.
|
You need to distinguish between issues that occur in collector and web. First of all, I recommend that you troubleshoot the issue where the APIs are not being called properly from the web page of pinpoint-web. |
@minwoo-jung
|
The inspector module was not enabled because you got a 404 error. Note that the inspector module is enabled by default.
|
The error still persists. Currently, to run HBase, create tables, and start the collector and web components all at once, I am using the following shell script. Could there be any problematic parts in this script?
|
I checked the script file you shared.
Also, I'm curious if you created your own script files. Note
|
Thank you. Sorry for the delayed response. I will try making the modifications and share the results. The script file is something I created myself. |
use application metric Inspector stats in 3.0.1 , see https://pinpoint-apm.gitbook.io/pinpoint/documents/new-inspector. |
Prerequisites
Currently, there are no other issues, but the following error occurs when trying to check the Inspector information.
When I check the Pinpoint Collector logs, I see the following warning:
The environment where I run Pinpoint is as follows:
Have you seen this type of error before?
How can I remove the warning logs and view the Inspector information properly?
The text was updated successfully, but these errors were encountered: