Skip to content

Commit

Permalink
Multi tenancy (#74)
Browse files Browse the repository at this point in the history
* adding decorators updating the proto span extractor

* adding init commit for haystack collector multi ten

* added tenant configuration

* adding default tenant-id tag as shared in case no defaults found in additional tags configuration

* creating kafka config

* adding plugin configuration

* passing plugin configuration

* loading multiple external decorators

* plugin config is now a list within plugin

* making the single sink dispatch to multiple kafka clusters

* updating kafka record sink for multiple kafka

* fixed tests

* modifying according to new config contract and creating tests

* resolving minor bugs

* adding pluginsloader tests

* removing need to add -Djava.ext.dirs

* tests failing intermittently plausible fix

* trying to fix kafka issues

* adding sample span decorator for user ref and integration testing

* fixing bug closing the kafka producer

* updating version for collector etc

* reverting version bump because of scalactic tripleequals issue

* refactoring and renaming

* updating tests

* deleting submodule haystack-idl

* adding javadoc plugin because staging fails due to missing java doc
  • Loading branch information
doctorXWrites authored and ashishagg committed May 31, 2019
1 parent 38d99df commit 538ba50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions haystack-span-decorators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@

<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
4 changes: 4 additions & 0 deletions sample-span-decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<sourceDirectory>src/main/java</sourceDirectory>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit 538ba50

Please sign in to comment.