Advanced Search
Search Results
7 total results found
Clickhouse Data Demo
HTTP 200 Row 1: ────── Timestamp: 2025-05-27 14:51:23.678999930 TraceId: 3ea85b7f222073a42cd2d37c1c79ec08 SpanId: 24c7fa0f64ae344a ParentSpanId: TraceState: SpanName: ExecuteRequest SpanKind: Internal Servic...
ClickHouse Schema
otel_traces CREATE TABLE default.otel_traces ( `Timestamp` DateTime64(9) CODEC(Delta(8), ZSTD(1)), `TraceId` String CODEC(ZSTD(1)), `SpanId` String CODEC(ZSTD(1)), `ParentSpanId` String CODEC(ZSTD(1)), `TraceState` String CODEC(ZSTD(1)), ...
Demo Client
Source Code // Copyright The OpenTelemetry Authors // Modifications copyright (C) 2022 Cisco Systems, Inc. // Link to original file // https://github.com/open-telemetry/opentelemetry-go-contrib/blob/v0.14.0/instrumentation/net/http/otelhttp/example/client/cli...
Demo Server
Source Code // Copyright The OpenTelemetry Authors // Modifications copyright (C) 2022 Cisco Systems, Inc. // Link to original file // https://github.com/open-telemetry/opentelemetry-go-contrib/blob/v0.14.0/instrumentation/net/http/otelhttp/example/server/ser...
Elasticsearch Storage
Doc { "took" : 13, "timed_out" : false, "_shards" : { "total" : 1, "successful" : 1, "skipped" : 0, "failed" : 0 }, "hits" : { "total" : { "value" : 81, "relation" : "eq" }, "max_score" : 1.0, "hits" : [ ...
Go Embed Migration
/** * Copyright 2022 Cisco Systems, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licen...
Quick Start
Architecture Demo Composer docker-compose.example.yml Client 会生成 traceID。 通过 HTTP 的 Header 把 traceID 带给 Server。 Client 和 Server 都会把 span 数据上报到 OTEL Collector。 graph LR subgraph "example.yml" D2[Demo Client] -->|OTLP/gRPC| F2[OTEL Collector] ...