Hello! I'm successfully running OSS SpiceDB on Go...
# spicedb
a
Hello! I'm successfully running OSS SpiceDB on Google Cloud Run (no kubernetes so far) and since the company would like to scale the impact of spiceDB in our system I'm exploring the possibilities of telemetry and logs As for the telemetry no questions so far (documentation helps) + making some experiments I have a question regarding logs, though How do you usually log everything? I'm interested in - execution time (telemetry has it, even splitted into nested calls) - what method with which body has been triggered (body is excluded from telemetry) the first idea is just to log body in the python code and then I can match the time of the server with OpenTelemetry record but this feels a bit weird to me would be glad to hear other opinions...
5 Views