SkyAPM / cpp2sky

Distributed tracing and monitor SDK in CPP for Apache SkyWalking APM
https://skywalking.apache.org
Apache License 2.0
58 stars 18 forks source link

when cpp2sky could support virtual database? #122

Closed peacine closed 1 year ago

wu-sheng commented 1 year ago

Virtual Database is just about tag, as cpp2sky is a SDK. You could set necessary information you need.

peacine commented 1 year ago

Virtual Database is just about tag, as cpp2sky is a SDK. You could set necessary information you need. Thanks for your reply. What you mean it that I can implement virtual database function by tag, but it can be displayed on SkyWalking UI 'Virutal Database'?

wu-sheng commented 1 year ago

Follow the doc, UI linking to you

https://skywalking.apache.org/docs/main/next/en/setup/service-agent/virtual-database/

We had provided all you need.

peacine commented 1 year ago

Follow the doc, UI linking to you

https://skywalking.apache.org/docs/main/next/en/setup/service-agent/virtual-database/

We had provided all you need.

Thank you. I will try it.