Skip to content

Commit

Permalink
clickhouseexporter: add traces support (#13442)
Browse files Browse the repository at this point in the history
Support export OTLP traces to ClickHouse
  • Loading branch information
hanjm authored Oct 16, 2022
1 parent 346b35a commit c9e646b
Show file tree
Hide file tree
Showing 16 changed files with 844 additions and 127 deletions.
16 changes: 16 additions & 0 deletions .chloggen/clickhouseexporter-traces.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: clickhouseexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Add support export OTLP traces to ClickHouse"

# One or more tracking issues related to the change
issues: [8028]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
2 changes: 1 addition & 1 deletion exporter/clickhouseexporter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ local-run-example:
cd example && docker-compose up -d
recreate-otel-collector:
cd ../../ && GOOS=linux go build -o ./local/otelcontribcol ./cmd/otelcontribcol
cd example && docker-compose up --build otel-collector
cd example && docker-compose up --build otelcollector
Loading

0 comments on commit c9e646b

Please sign in to comment.