You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pinging code owners for exporter/stef: @tigrannajaryan@dmitryax. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label.
### Description
Mark STEF exporter as `Alpha` stability.
Resolves#37759
### Testing Done
Tested manually with STEF Server here
https://github.com/splunk/stef/tree/main/otelcol/cmd/stefmockserver
Built Collector contrib via `make otelcontribcol`. Used the following
config for testing:
```yaml
receivers:
hostmetrics:
collection_interval: 1s
scrapers:
load:
filesystem:
memory:
network:
paging:
processes:
exporters:
debug:
stef:
endpoint: localhost:4320
tls:
insecure: true
processors:
service:
pipelines:
metrics:
receivers: [hostmetrics]
processors: []
exporters: [debug,stef]
```
#### Scenario 1
- Started STEF Server, started Collector, observed data correctly
received by Server.
- Stopped Server, restarted Server, observed Collector disconnecting and
then correctly reconnecting to the Server and resuming sending.
#### Scenario 2
- Started Collector, observed Collector unable to send data. Started
Server, observed Collector correctly connecting and starting to send
data.
Component(s)
No response
Describe the issue you're reporting
We currently have the stub of STEF exporter but no implementation. Implementation needs to be added.
The text was updated successfully, but these errors were encountered: