-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
42 lines (39 loc) · 876 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
receivers:
otlp:
protocols:
http:
grpc:
processors:
batch:
exporters:
embeddingexporter:
verbosity: detailed
embedding:
key: ${env:OpenAIEmbeddingKey}
endpoint: "https://rg-openai-sandbox.openai.azure.com/"
model_id: "embedding"
persistence:
host : "host.docker.internal"
port : "6379"
password : ""
publisher:
enabled: true
connection_string: ${env:AzureEventHubConnectionString}
logging:
verbosity: detailed
service:
pipelines:
# traces:
# receivers: [otlp]
# processors: [batch]
# exporters: [embeddingexporter]
# metrics:
# receivers: [otlp]
# processors: [batch]
# exporters: [embeddingexporter]
logs:
receivers: [otlp]
processors: [batch]
exporters:
- embeddingexporter
#- logging