Skip to content

Instantly share code, notes, and snippets.

View karshika's full-sized avatar

Anolin Karshika karshika

View GitHub Profile
@karshika
karshika / traces-data.csv
Last active October 3, 2025 07:32
Sample trace data for Grafana waterfall visualization
traceID spanID parentSpanID serviceName operationName startTime duration tags
7Sc6d5dfb8f00000 span_0 Service0 Operation0 1730510540892000 300000 http.method=POST;http.status=200
7Sc6d5dfb8f00000 span_1 span_0 Service1 Operation1 1730510541192000 300000 http.method=GET;http.status=200
7Sc6d5dfb8f00000 span_2 span_1 Service2 Operation2 1730510541492000 300000 http.method=GET;http.status=200
7Sc6d5dfb8f00000 span_3 span_2 Service3 Operation3 1730510541792000 300000 http.method=GET;http.status=200
7Sc6d5dfb8f00000 span_4 span_3 Service4 Operation4 1730510542092000 300000 http.method=GET;http.status=200