Hi
I have been trying to configure the OSS temporal service metrics that are described here in my temporal server with the splunk collector and splunk cloud.
I was able to get some trace data out of the server and into splunk cloud by adding the following to my configuration file
otel:
exporters:
- kind:
signal: traces
model: otlp
protocol: grpc
spec:
connection:
insecure: true
endpoint: {{ default .Env.OTEL_EXPORTER_OTLP_ENDPOINT "localhost:4317"}}
But I don’t see any of the metrics mentioned in the documentation. Is there additional configuration I need to enable the metrics?
fwiw, I did try switching the value of signal to metrics without any luck