Channels
watercooler
incidents
reactjs-config
k8s_operator_helm
write-for-signoz
signoz-alert-testing
testsupport
webhook-dev
general
contributing
support
contributing-frontend
github-activities
Powered by
#support
Title
# support
m
Michael Slavitch
05/05/2022, 1:12 PM
Hey all, do you support C++ apps?
s
Srikanth Chekuri
05/05/2022, 1:16 PM
Yes, any apps that are instrumented with
https://github.com/open-telemetry/opentelemetry-cpp
are supported.
m
Michael Slavitch
05/05/2022, 1:17 PM
I'm reading through that and baffled on how to connect to SigNos.. Any suggestions or examples?
Do you connect via the oltp endpoint?
https://github.com/open-telemetry/opentelemetry-cpp/blob/main/examples/otlp/opentelemetry-collector-config/config.dev.yaml
s
Srikanth Chekuri
05/05/2022, 1:20 PM
We support OTLP protocol natively i.e instrument your code with cpp sdk and use OTLP exporter to send data and you should be able to use it action in signoz UI.
https://github.com/open-telemetry/opentelemetry-cpp/tree/main/exporters/otlp#configuration-options--otlp-grpc-exporter-
m
Michael Slavitch
05/05/2022, 1:23 PM
OK coool. What about prometheus or opencensus interfaces?
s
Srikanth Chekuri
05/05/2022, 1:27 PM
They would require some config changes.
9 Views
Post