#Opentelemetry workaround
1 messages · Page 1 of 1 (latest)
Hi @timid kayak, Im not quite sure I understand your question. Is our existing workflow integration not sufficient or suitable for your needs?
Yes it might but the only example I found on your docs is with zipkin
I wanted to see a config file with opentelemetry to be able to understand how to implement it myself
Or maybe do you already have it in your documentation and I missed it
You can configure the open telemetry with our configuration options when booting the server. Here is an example of the syntax
meter:
exporter: otlp
endpoint: localhost:4318
enabled: true
You can find more info in meter accordion component on the configuration page: https://docs.permify.co/docs/reference/configuration/. Hope that helps.
If you need additional info regarding observability, don't hesitate to ask 👍