Skip to content

Commit 048b9f8

Browse files
authored
Update README.md
1 parent c651f1c commit 048b9f8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

oteldemo/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Kubernetes Navigator
66
- APM
77
- Network Explorer
8-
- DB Query Performance (Redis only)
8+
- DB Query Performance (Redis & PostgreSQL)
99
- Logs (using OTel Log Engine via Log Observer)
1010
- Synthetics (no Synthetics to APM due to no `Server-Timing` header support in upstream)
1111
- Redis Dashboard
@@ -15,7 +15,6 @@
1515
## Missing features
1616

1717
- Code Profiling
18-
- DB Query Performance (PostgreSQL)
1918
- RUM
2019

2120
## Splunk OpenTelemety Collector Configuration
@@ -63,6 +62,16 @@ agent:
6362
password: "ffs"
6463
databases:
6564
- name : "ffs"
65+
processors:
66+
attributes/postgres:
67+
include:
68+
match_type: strict
69+
services:
70+
- featureflagservice
71+
actions:
72+
- key: db.type
73+
value: postgres
74+
action: upsert
6675
exporters:
6776
otlphttp:
6877
traces_endpoint: "https://ingest.{REALM}.signalfx.com/v2/trace/otlp"
@@ -97,6 +106,7 @@ agent:
97106
- resourcedetection
98107
- resource
99108
- resource/add_environment
109+
- attributes/postgres
100110
receivers:
101111
- otlp
102112
```

0 commit comments

Comments
 (0)