rainleon commented on a change in pull request #148: Support plugin for MongoDB URL: https://github.com/apache/skywalking/pull/148#discussion_r282733456
########## File path: skywalking-sniffer/skywalking-sdk-plugin/mongodb-plugin/pom.xml ########## @@ -0,0 +1,52 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>skywalking-sdk-plugin</artifactId> + <groupId>com.a.eye</groupId> + <version>3.0.1-2017</version> + </parent> + + <artifactId>skywalking-mongodb-plugin</artifactId> Review comment: My project based on mongo ``` <dependency> <groupId>org.mongodb</groupId> <artifactId>mongo-java-driver</artifactId> <version>3.8.2</version> </dependency> ``` skywalking agent with apm-mongodb-3.x-plugin-6.1.0.jar not works,as I can't see any mongo trace log. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
