File tree Expand file tree Collapse file tree 8 files changed +8
-29
lines changed
exporter-logs-otlp-grpc/src
exporter-trace-otlp-grpc/src
exporter-trace-otlp-http/src
opentelemetry-exporter-metrics-otlp-grpc/src
opentelemetry-exporter-metrics-otlp-proto/src Expand file tree Collapse file tree 8 files changed +8
-29
lines changed Original file line number Diff line number Diff line change 1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
1818 * TODO: Replace wildcard export with named exports before next major version
1919 */
20- export * from './OTLPLogExporter' ;
20+ export { OTLPLogExporter } from './OTLPLogExporter' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace wildcard export with named exports before next major version
19- */
20- export * from './OTLPTraceExporter' ;
17+ export { OTLPTraceExporter } from './OTLPTraceExporter' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace wildcard export with named exports before next major version
19- */
20- export * from './platform' ;
17+ export { OTLPTraceExporter } from './platform' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace wildcard export with named exports before next major version
19- */
20- export * from './OTLPTraceExporter' ;
17+ export { OTLPTraceExporter } from './OTLPTraceExporter' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace wildcard export with named exports before next major version
19- */
20- export * from './node' ;
17+ export { OTLPTraceExporter } from './node' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace wildcard export with named exports before next major version
19- */
20- export * from './OTLPTraceExporter' ;
17+ export { OTLPTraceExporter } from './OTLPTraceExporter' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace wildcard export with named exports before next major version
19- */
20- export * from './OTLPMetricExporter' ;
17+ export { OTLPMetricExporter } from './OTLPMetricExporter' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace wildcard export with named exports before next major version
19- */
20- export * from './OTLPMetricExporter' ;
17+ export { OTLPMetricExporter } from './OTLPMetricExporter' ;
You can’t perform that action at this time.
0 commit comments