Skip to content

Commit

Permalink
rename cloki->qryn
Browse files Browse the repository at this point in the history
  • Loading branch information
tomershafir committed Jan 3, 2024
1 parent 76e05c0 commit 2f0dcc2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ processors:
new_name: traces_spanmetrics_latency
exporters:
qryn:
dsn: tcp://clickhouse-server:9000/cloki?username=default&password=*************
dsn: tcp://clickhouse-server:9000/qryn?username=default&password=*************
timeout: 10s
sending_queue:
queue_size: 100
Expand Down
4 changes: 2 additions & 2 deletions config/example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ processors:

exporters:
qryn:
dsn: tcp://clickhouse-server:9000/cloki?username=qryn&password=demo
dsn: tcp://clickhouse-server:9000/qryn?username=qryn&password=demo
timeout: 10s
sending_queue:
queue_size: 100
Expand All @@ -64,7 +64,7 @@ exporters:
max_interval: 30s
max_elapsed_time: 300s
clickhouseprofileexporter:
dsn: tcp://0.0.0.0:9000/cloki
dsn: tcp://0.0.0.0:9000/qryn
timeout: 10s
sending_queue:
queue_size: 100
Expand Down
2 changes: 1 addition & 1 deletion exporter/clickhouseprofileexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ receivers:

exporters:
clickhouseprofileexporter:
dsn: tcp://0.0.0.0:9000/cloki
dsn: tcp://0.0.0.0:9000/qryn
timeout: 10s
sending_queue:
queue_size: 100
Expand Down
2 changes: 1 addition & 1 deletion exporter/clickhouseprofileexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const (
typeStr = "clickhouseprofileexporter"

defaultDsn = "tcp://127.0.0.1:9000/cloki"
defaultDsn = "tcp://127.0.0.1:9000/qryn"
)

func createDefaultConfig() component.Config {
Expand Down
2 changes: 1 addition & 1 deletion receiver/pyroscopereceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ receivers:

exporters:
clickhouseprofileexporter:
dsn: tcp://0.0.0.0:9000/cloki
dsn: tcp://0.0.0.0:9000/qryn
timeout: 10s
sending_queue:
queue_size: 100
Expand Down

0 comments on commit 2f0dcc2

Please sign in to comment.