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
Default dataset for OTel inputs should be the same that would be used by the vanilla OTel collector with the community receiver.
This helps to integrate with content packages developed for the community receivers. For example the MySQL content package expects documents to contain mysqlreceiver.otel dataset (see here). So a possible mysql input package should have mysqlreceiver as policy template name:
...
policy_templates:
- name: mysqlreceiver # <- This name is used as default dataset in input packages.input: otelcol...
Add a check to ensure that this name, and by this, the default dataset, corresponds to the one of the receiver.