File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
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` ` `
You can’t perform that action at this time.
0 commit comments