-
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
Push .Net opentelemetery data to PINPOINT #11995
Comments
hello @snmsmanager The current integration provided by pinpint does not allow you to store transaction data in your service environment. We will give you a guide on how to implement it further. |
hello @minwoo-jung , |
What does the correlation dashboard you mentioned refer to? It is correct that the agent's metadata is stored in the two tables, 'ApplicationIndex' and 'AgentInfo'. |
hello @minwoo-jung , thanks for the response. I mean that if we inserted agent's metadata tables then, will it visible in live dashboard as below. I have tried by adding records to 'ApplicationIndex' and 'AgentInfo' tables, but application is not visible in diagram. Also, if we populate transaction data in relevant tables, can we see the connectivity as well. Currently we are reading .Net application server and load balancer logs and corelated the transaction data with connectivity details. |
On the servermap screen, click the output application list button and you should be able to see the application name you saved. Also, if your application is not exposed in the application list, |
I will provide a response to comment #11995. To determine how the data you have collected and stored in a ColumnStore database can be mapped to Pinpoint's storage structure, you need to conduct an in-depth analysis of Pinpoint's internal structure. Even if you manage to develop such a solution, I do not recommend this approach. The best approach I can recommend is developing an agent for the language you are using in your .NET environment. |
We have to monitor our CRM application which user frontend developed by .Net and middleware developed by java. We are able to monitor middleware successfully since PINPOINT java agent fully support for our middleware. Since PINPOINT is not support for .Net , we are not able to see front-end nodes but middleware nodes are visible in corelation diagram. We have developed application using opentelemetery to get .Net transactions information and keep in ColumnStore database. We need to extend this to create application in PINPOINT hbase database and push data from ColumnStore to hbase periodically and by using this plan to fill the .Net applications gap in corelation diagram. Can anybody guid me to minimum requirement to populate application in hbase database
thanks.
The text was updated successfully, but these errors were encountered: