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
Trying sample Application using Gin and otelgin.Middleware() to stich chain of REST API calls. Below is the scenario tried. (which is mentioned in https://signoz.io/blog/opentelemetry-gin/)
Make rest call to Books Application
Books applications make call to Stores Applications to get all books from All stores
Store applications just return empty.
Actually Books API call and Store Api calls' should be linked. But it not happening and both calls having different TraceID.
Note : Same tried with Mux it is working. Signoz used for view traces
HI
Trying sample Application using Gin and otelgin.Middleware() to stich chain of REST API calls. Below is the scenario tried. (which is mentioned in https://signoz.io/blog/opentelemetry-gin/)
Actually Books API call and Store Api calls' should be linked. But it not happening and both calls having different TraceID.
Note : Same tried with Mux it is working. Signoz used for view traces
Screenshots:
![image](https://private-user-images.githubusercontent.com/13164500/261764398-788c0016-b23d-4ddf-a74d-349d282f40c0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Njc0MTgsIm5iZiI6MTczOTU2NzExOCwicGF0aCI6Ii8xMzE2NDUwMC8yNjE3NjQzOTgtNzg4YzAwMTYtYjIzZC00ZGRmLWE3NGQtMzQ5ZDI4MmY0MGMwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIxMDUxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE3NjY1ZGYxYjhhMzE1YmFhN2I0ZTUzOGY2ZWU4ODMxY2UxNjUzMTYwNmU0ZTY4MjI0MDkzY2FlNjIwNGYyZGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.aB09mgyGRjU2mYKa64r3PYIuEXso6T1PcoqUBVXgImo)
Books Application:
Store Application:
![image](https://private-user-images.githubusercontent.com/13164500/261764453-d0d022c5-cc6d-408f-88c2-6ed59d830e4e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Njc0MTgsIm5iZiI6MTczOTU2NzExOCwicGF0aCI6Ii8xMzE2NDUwMC8yNjE3NjQ0NTMtZDBkMDIyYzUtY2M2ZC00MDhmLTg4YzItNmVkNTlkODMwZTRlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIxMDUxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY4MDNjNDk4MjZhYWY3NzIzOWI5ZmM3NmUxZDU1ZTViODIzODAwMmNkZWE5MDM2ZDg3OGUyMjk4NWNhZGQyMTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DtP3SiJb-UJ63IzXAHh0B4oxXfIH6uAdcb3qX1hNfFg)
Example code available in https://github.com/Connect2naga/Examples/tree/main/Standalone
Please correct me if any thing missed or need to change the configuration.
The text was updated successfully, but these errors were encountered: