Support data stream type == traces#258
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
|
thanks @ycombinator . what were the consequences of this missing? i've been testing this for a while and couldn't notice any issue with traces. |
At this point the consequences are only theoretical because the So in a practical sense, this PR is more forward looking. If/when the |
|
got it, thanks @ycombinator ! |
mtojek
left a comment
There was a problem hiding this comment.
One more comment to what @ycombinator said - to fully use all these features (including automated testing), it would be great to move the "apm" package to the Integrations repository.
Looking in all three active branches of the
package-storagerepo, I have confirmed that theapmpackage is the only one that is usingtype: tracesin one of its data streams. I looked at this data stream and it defines ingest pipelines.This PR updates
elastic-packageto supporttype: tracesfor the above use case. Specifically:type: traces, andtype: tracesResolves #223.