Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 56d5f1f

Browse files
authoredDec 18, 2020
Align packages names and shading with OTEL (hypertrace#183)
* Use javaagent packate to align with OTEL Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix missing Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Align shading Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Use extends class Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix format Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Use named Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
1 parent 592d5bb commit 56d5f1f

File tree

66 files changed

+121
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+121
-117
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package io.opentelemetry.instrumentation.hypertrace.apachehttpclient.v4_0;
17+
package io.opentelemetry.javaagent.instrumentation.hypertrace.apachehttpclient.v4_0;
1818

1919
import static io.opentelemetry.javaagent.tooling.bytebuddy.matcher.AgentElementMatchers.implementsInterface;
2020
import static net.bytebuddy.matcher.ElementMatchers.hasSuperType;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package io.opentelemetry.instrumentation.hypertrace.apachehttpclient.v4_0;
17+
package io.opentelemetry.javaagent.instrumentation.hypertrace.apachehttpclient.v4_0;
1818

1919
public class ApacheHttpClientInstrumentationName {
2020
public static final String PRIMARY = "httpclient";

0 commit comments

Comments
 (0)
Please sign in to comment.