Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
30081daa
Commit
30081daa
authored
Apr 21, 2018
by
Liuhaoyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix license.Licensed all files under OpenSkywalking.
parent
4a3551c9
Changes
79
Hide whitespace changes
Inline
Side-by-side
Showing
79 changed files
with
130 additions
and
98 deletions
+130
-98
IBootService.cs
src/SkyWalking.Abstractions/Boot/IBootService.cs
+1
-1
AgentConfig.cs
src/SkyWalking.Abstractions/Config/AgentConfig.cs
+1
-1
CollectorConfig.cs
src/SkyWalking.Abstractions/Config/CollectorConfig.cs
+1
-1
DictionaryConfig.cs
src/SkyWalking.Abstractions/Config/DictionaryConfig.cs
+16
-16
RemoteDownstreamConfig.cs
src/SkyWalking.Abstractions/Config/RemoteDownstreamConfig.cs
+1
-1
CarrierItem.cs
src/SkyWalking.Abstractions/Context/CarrierItem.cs
+1
-1
IContextCarrier.cs
src/SkyWalking.Abstractions/Context/IContextCarrier.cs
+1
-1
IContextSnapshot.cs
src/SkyWalking.Abstractions/Context/IContextSnapshot.cs
+1
-1
IIgnoreTracerContextListener.cs
...king.Abstractions/Context/IIgnoreTracerContextListener.cs
+1
-1
IInjectable.cs
src/SkyWalking.Abstractions/Context/IInjectable.cs
+1
-1
ITracerContext.cs
src/SkyWalking.Abstractions/Context/ITracerContext.cs
+1
-1
ITracingContextListener.cs
...kyWalking.Abstractions/Context/ITracingContextListener.cs
+1
-1
DistributedTraceId.cs
...SkyWalking.Abstractions/Context/Ids/DistributedTraceId.cs
+1
-1
ID.cs
src/SkyWalking.Abstractions/Context/Ids/ID.cs
+1
-1
IDistributedTraceIdCollection.cs
...Abstractions/Context/Ids/IDistributedTraceIdCollection.cs
+1
-1
AbstractTag.cs
src/SkyWalking.Abstractions/Context/Tag/AbstractTag.cs
+1
-1
AbstractTracingSpan.cs
...Walking.Abstractions/Context/Trace/AbstractTracingSpan.cs
+1
-1
ISpan.cs
src/SkyWalking.Abstractions/Context/Trace/ISpan.cs
+1
-1
ITraceSegment.cs
src/SkyWalking.Abstractions/Context/Trace/ITraceSegment.cs
+1
-1
ITraceSegmentRef.cs
...SkyWalking.Abstractions/Context/Trace/ITraceSegmentRef.cs
+1
-1
IWithPeerInfo.cs
src/SkyWalking.Abstractions/Context/Trace/IWithPeerInfo.cs
+1
-1
LogDataEntity.cs
src/SkyWalking.Abstractions/Context/Trace/LogDataEntity.cs
+1
-1
SegmentRefType.cs
src/SkyWalking.Abstractions/Context/Trace/SegmentRefType.cs
+1
-1
SpanLayer.cs
src/SkyWalking.Abstractions/Context/Trace/SpanLayer.cs
+1
-1
StackBasedTracingSpan.cs
...lking.Abstractions/Context/Trace/StackBasedTracingSpan.cs
+1
-2
DateTimeExtensions.cs
...yWalking.Abstractions/Context/Utils/DateTimeExtensions.cs
+1
-1
ExceptionExtensions.cs
...Walking.Abstractions/Context/Utils/ExceptionExtensions.cs
+1
-1
KeyValuePair.cs
src/SkyWalking.Abstractions/Context/Utils/KeyValuePair.cs
+1
-1
SpanLayerExtensions.cs
...Walking.Abstractions/Context/Utils/SpanLayerExtensions.cs
+1
-1
ITracingDiagnosticListener.cs
...ng.Abstractions/Diagnostics/ITracingDiagnosticListener.cs
+1
-1
DictionaryUtil.cs
src/SkyWalking.Abstractions/Dictionary/DictionaryUtil.cs
+1
-1
PossibleFound.cs
src/SkyWalking.Abstractions/Dictionary/PossibleFound.cs
+1
-1
ISampler.cs
src/SkyWalking.Abstractions/Sampling/ISampler.cs
+1
-1
HostingDiagnosticListener.cs
...lking.AspNetCore/Diagnostics/HostingDiagnosticListener.cs
+1
-1
ServiceCollectionExtensions.cs
...king.AspNetCore/Extensions/ServiceCollectionExtensions.cs
+1
-1
SkyWalkingHostedService.cs
src/SkyWalking.AspNetCore/SkyWalkingHostedService.cs
+1
-1
SkyWalkingOptions.cs
src/SkyWalking.AspNetCore/SkyWalkingOptions.cs
+1
-1
TracingHttpClient.cs
src/SkyWalking.AspNetCore/TracingHttpClient.cs
+19
-1
TracingHttpHandler.cs
src/SkyWalking.AspNetCore/TracingHttpHandler.cs
+1
-1
TracingHttpMessageHandlerBuilder.cs
...SkyWalking.AspNetCore/TracingHttpMessageHandlerBuilder.cs
+1
-1
ServiceManager.cs
src/SkyWalking.Core/Boot/ServiceManager.cs
+1
-1
TimerService.cs
src/SkyWalking.Core/Boot/TimerService.cs
+1
-1
CarrierItemHead.cs
src/SkyWalking.Core/Context/CarrierItemHead.cs
+1
-1
ContextCarrier.cs
src/SkyWalking.Core/Context/ContextCarrier.cs
+1
-1
ContextManager.cs
src/SkyWalking.Core/Context/ContextManager.cs
+1
-1
ContextSnapshot.cs
src/SkyWalking.Core/Context/ContextSnapshot.cs
+1
-1
DistributedTraceIdCollection.cs
...yWalking.Core/Context/Ids/DistributedTraceIdCollection.cs
+1
-1
GlobalIdGenerator.cs
src/SkyWalking.Core/Context/Ids/GlobalIdGenerator.cs
+1
-1
NewDistributedTraceId.cs
src/SkyWalking.Core/Context/Ids/NewDistributedTraceId.cs
+1
-1
PropagatedTraceId.cs
src/SkyWalking.Core/Context/Ids/PropagatedTraceId.cs
+1
-1
IgnoredTracerContext.cs
src/SkyWalking.Core/Context/IgnoredTracerContext.cs
+1
-2
SW3CarrierItem.cs
src/SkyWalking.Core/Context/SW3CarrierItem.cs
+1
-1
StringTag.cs
src/SkyWalking.Core/Context/Tag/StringTag.cs
+1
-1
Tags.cs
src/SkyWalking.Core/Context/Tag/Tags.cs
+1
-1
EntrySpan.cs
src/SkyWalking.Core/Context/Trace/EntrySpan.cs
+1
-1
ExitSpan.cs
src/SkyWalking.Core/Context/Trace/ExitSpan.cs
+1
-1
LocalSpan.cs
src/SkyWalking.Core/Context/Trace/LocalSpan.cs
+1
-2
NoopExitSpan.cs
src/SkyWalking.Core/Context/Trace/NoopExitSpan.cs
+1
-1
NoopSpan.cs
src/SkyWalking.Core/Context/Trace/NoopSpan.cs
+1
-1
TraceSegment.cs
src/SkyWalking.Core/Context/Trace/TraceSegment.cs
+1
-1
TraceSegmentRef.cs
src/SkyWalking.Core/Context/Trace/TraceSegmentRef.cs
+1
-1
TraceContextCarrierItem.cs
src/SkyWalking.Core/Context/TraceContextCarrierItem.cs
+1
-2
TracingContext.cs
src/SkyWalking.Core/Context/TracingContext.cs
+1
-1
DictionaryManager.cs
src/SkyWalking.Core/Dictionary/DictionaryManager.cs
+1
-1
Found.cs
src/SkyWalking.Core/Dictionary/Found.cs
+1
-1
NetworkAddressDictionary.cs
src/SkyWalking.Core/Dictionary/NetworkAddressDictionary.cs
+1
-1
NotFound.cs
src/SkyWalking.Core/Dictionary/NotFound.cs
+1
-1
OperationNameDictionary.cs
src/SkyWalking.Core/Dictionary/OperationNameDictionary.cs
+1
-1
GrpcApplicationService.cs
src/SkyWalking.Core/Remote/GrpcApplicationService.cs
+1
-1
GrpcChannelManager.cs
src/SkyWalking.Core/Remote/GrpcChannelManager.cs
+1
-1
GrpcRuntimeService.cs
src/SkyWalking.Core/Remote/GrpcRuntimeService.cs
+1
-1
GrpcTraceSegmentService.cs
src/SkyWalking.Core/Remote/GrpcTraceSegmentService.cs
+19
-1
SamplingService.cs
src/SkyWalking.Core/Sampling/SamplingService.cs
+1
-1
AtomicInteger.cs
src/SkyWalking.Core/Utils/AtomicInteger.cs
+1
-1
StackExtensions.cs
src/SkyWalking.Core/Utils/StackExtensions.cs
+1
-1
HttpClientDiagnosticListener.cs
...ng.Diagnostics.HttpClient/HttpClientDiagnosticListener.cs
+1
-1
ComponentsDefine.cs
src/SkyWalking.NetworkProtocol.Trace/ComponentsDefine.cs
+1
-1
IComponent.cs
src/SkyWalking.NetworkProtocol.Trace/IComponent.cs
+1
-1
OfficialComponent.cs
src/SkyWalking.NetworkProtocol.Trace/OfficialComponent.cs
+1
-1
No files found.
src/SkyWalking.Abstractions/Boot/IBootService.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Config/AgentConfig.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Config/CollectorConfig.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Config/DictionaryConfig.cs
View file @
30081daa
/*
* Licensed to the Apache Software Foundation (ASF)
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
* Licensed to the OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
namespace
SkyWalking.Config
{
...
...
src/SkyWalking.Abstractions/Config/RemoteDownstreamConfig.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/CarrierItem.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/IContextCarrier.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/IContextSnapshot.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/IIgnoreTracerContextListener.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/IInjectable.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/ITracerContext.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/ITracingContextListener.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Ids/DistributedTraceId.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Ids/ID.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Ids/IDistributedTraceIdCollection.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Tag/AbstractTag.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/AbstractTracingSpan.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/ISpan.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/ITraceSegment.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/ITraceSegmentRef.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/IWithPeerInfo.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/LogDataEntity.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/SegmentRefType.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/SpanLayer.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Trace/StackBasedTracingSpan.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
@@ -16,7 +16,6 @@
*
*/
namespace
SkyWalking.Context.Trace
{
public
abstract
class
StackBasedTracingSpan
:
AbstractTracingSpan
...
...
src/SkyWalking.Abstractions/Context/Utils/DateTimeExtensions.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Utils/ExceptionExtensions.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Utils/KeyValuePair.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Context/Utils/SpanLayerExtensions.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Diagnostics/ITracingDiagnosticListener.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Dictionary/DictionaryUtil.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Dictionary/PossibleFound.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Abstractions/Sampling/ISampler.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.AspNetCore/Diagnostics/HostingDiagnosticListener.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.AspNetCore/Extensions/ServiceCollectionExtensions.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.AspNetCore/SkyWalkingHostedService.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.AspNetCore/SkyWalkingOptions.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.AspNetCore/TracingHttpClient.cs
View file @
30081daa
using
System.Net.Http
;
/*
* Licensed to the OpenSkywalking under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
using
System.Net.Http
;
namespace
SkyWalking.AspNetCore
{
...
...
src/SkyWalking.AspNetCore/TracingHttpHandler.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.AspNetCore/TracingHttpMessageHandlerBuilder.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Boot/ServiceManager.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Boot/TimerService.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/CarrierItemHead.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/ContextCarrier.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/ContextManager.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/ContextSnapshot.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Ids/DistributedTraceIdCollection.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Ids/GlobalIdGenerator.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Ids/NewDistributedTraceId.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Ids/PropagatedTraceId.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/IgnoredTracerContext.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
@@ -16,7 +16,6 @@
*
*/
using
System.Collections.Generic
;
using
System.Runtime.CompilerServices
;
using
SkyWalking.Context.Trace
;
...
...
src/SkyWalking.Core/Context/SW3CarrierItem.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Tag/StringTag.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Tag/Tags.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Trace/EntrySpan.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Trace/ExitSpan.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Trace/LocalSpan.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
@@ -16,7 +16,6 @@
*
*/
namespace
SkyWalking.Context.Trace
{
public
class
LocalSpan
:
StackBasedTracingSpan
...
...
src/SkyWalking.Core/Context/Trace/NoopExitSpan.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Trace/NoopSpan.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Trace/TraceSegment.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/Trace/TraceSegmentRef.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Context/TraceContextCarrierItem.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
@@ -16,7 +16,6 @@
*
*/
using
System
;
namespace
SkyWalking.Context
...
...
src/SkyWalking.Core/Context/TracingContext.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Dictionary/DictionaryManager.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Dictionary/Found.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Dictionary/NetworkAddressDictionary.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Dictionary/NotFound.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Dictionary/OperationNameDictionary.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Remote/GrpcApplicationService.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Remote/GrpcChannelManager.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Remote/GrpcRuntimeService.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Remote/GrpcTraceSegmentService.cs
View file @
30081daa
using
System.Threading
;
/*
* Licensed to the OpenSkywalking under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
using
System.Threading
;
using
System.Threading.Tasks
;
using
SkyWalking.Boot
;
using
SkyWalking.Context
;
...
...
src/SkyWalking.Core/Sampling/SamplingService.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Utils/AtomicInteger.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Core/Utils/StackExtensions.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.Diagnostics.HttpClient/HttpClientDiagnosticListener.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.NetworkProtocol.Trace/ComponentsDefine.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.NetworkProtocol.Trace/IComponent.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
src/SkyWalking.NetworkProtocol.Trace/OfficialComponent.cs
View file @
30081daa
/*
* Licensed to the
Apache Software Foundation (ASF)
under one or more
* Licensed to the
OpenSkywalking
under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment