|
215 | 215 | C791AE002DAE8B81002AAA2B /* KeyBuilder+DefaultKeys.swift in Sources */ = {isa = PBXBuildFile; fileRef = C791ADFF2DAE8B81002AAA2B /* KeyBuilder+DefaultKeys.swift */; };
|
216 | 216 | C791AE022DAE8B99002AAA2B /* CiscoDiskStorage in Frameworks */ = {isa = PBXBuildFile; productRef = C791AE012DAE8B99002AAA2B /* CiscoDiskStorage */; };
|
217 | 217 | C7A2BD1B2BB45363005D4CFB /* AppStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7A2BD1A2BB45363005D4CFB /* AppStateModel.swift */; };
|
| 218 | + C7C112672DB8D64C00B8E893 /* OTLPLogToSpanExporter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7C112652DB8D64C00B8E893 /* OTLPLogToSpanExporter.swift */; }; |
218 | 219 | C7FFC4F52B7662E30035203B /* Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7FFC4F42B7662E30035203B /* Service.swift */; };
|
219 | 220 | E4032E622B552343003D4392 /* DefaultSessionTestBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4032E612B552343003D4392 /* DefaultSessionTestBuilder.swift */; };
|
220 | 221 | E4032E642B55278C003D4392 /* PersistentSessionsValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4032E632B55278C003D4392 /* PersistentSessionsValidator.swift */; };
|
|
795 | 796 | C76AB8DD2B7B7A2400CB4307 /* AlternativeRemoteConfiguration.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = AlternativeRemoteConfiguration.json; sourceTree = "<group>"; };
|
796 | 797 | C791ADFF2DAE8B81002AAA2B /* KeyBuilder+DefaultKeys.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "KeyBuilder+DefaultKeys.swift"; sourceTree = "<group>"; };
|
797 | 798 | C7A2BD1A2BB45363005D4CFB /* AppStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppStateModel.swift; sourceTree = "<group>"; };
|
| 799 | + C7C112652DB8D64C00B8E893 /* OTLPLogToSpanExporter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OTLPLogToSpanExporter.swift; sourceTree = "<group>"; }; |
798 | 800 | C7FFC4F42B7662E30035203B /* Service.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Service.swift; sourceTree = "<group>"; };
|
799 | 801 | E4032E612B552343003D4392 /* DefaultSessionTestBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultSessionTestBuilder.swift; sourceTree = "<group>"; };
|
800 | 802 | E4032E632B55278C003D4392 /* PersistentSessionsValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistentSessionsValidator.swift; sourceTree = "<group>"; };
|
|
2004 | 2006 | 2A2926342DAD114900AB6F03 /* Attribute Checker Exporters */,
|
2005 | 2007 | 4B5A5CA82D60ED3D009DA0D5 /* Utils */,
|
2006 | 2008 | 4B5A5CA92D60ED3D009DA0D5 /* OTel.swift */,
|
| 2009 | + C7C112662DB8D64C00B8E893 /* LogToSpanExporter */, |
2007 | 2010 | );
|
2008 | 2011 | path = SplunkOpenTelemetry;
|
2009 | 2012 | sourceTree = "<group>";
|
|
2490 | 2493 | path = Model;
|
2491 | 2494 | sourceTree = "<group>";
|
2492 | 2495 | };
|
| 2496 | + C7C112662DB8D64C00B8E893 /* LogToSpanExporter */ = { |
| 2497 | + isa = PBXGroup; |
| 2498 | + children = ( |
| 2499 | + C7C112652DB8D64C00B8E893 /* OTLPLogToSpanExporter.swift */, |
| 2500 | + ); |
| 2501 | + path = LogToSpanExporter; |
| 2502 | + sourceTree = "<group>"; |
| 2503 | + }; |
2493 | 2504 | E405497D2DACF57500B7A2E4 /* User */ = {
|
2494 | 2505 | isa = PBXGroup;
|
2495 | 2506 | children = (
|
|
4322 | 4333 | 2A2926372DAD11C800AB6F03 /* AttributeCheckerLogExporter.swift in Sources */,
|
4323 | 4334 | E4A537422DA655E2002323E2 /* OLTPAttributesSpanProcessor.swift in Sources */,
|
4324 | 4335 | 4B96421A2D61375E009A2E7F /* OTel.swift in Sources */,
|
| 4336 | + C7C112672DB8D64C00B8E893 /* OTLPLogToSpanExporter.swift in Sources */, |
4325 | 4337 | 2A5949DB2DA3FC2100F2E857 /* SplunkStdoutSpanExporter.swift in Sources */,
|
4326 | 4338 | 2A5949DC2DA3FC2100F2E857 /* SplunkStdoutLogExporter.swift in Sources */,
|
4327 | 4339 | 2A2926352DAD114900AB6F03 /* AttributeCheckerSpanExporter.swift in Sources */,
|
|
0 commit comments