Skip to content

Commit

Permalink
Remove sample dashboard templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chamilaadhi committed Sep 6, 2018
1 parent 4db1a9d commit 0321145
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
16 changes: 16 additions & 0 deletions modules/distribution/carbon-home/conf/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,22 @@ wso2.datasources:
validationTimeout: 30000
isAutoCommit: false

- name: Message_Tracing_DB
description: "The datasource used for message tracer to store span information."
jndiConfig:
name: jdbc/Message_Tracing_DB
definition:
type: RDBMS
configuration:
jdbcUrl: 'jdbc:h2:${sys:carbon.home}/wso2/dashboard/database/MESSAGE_TRACING_DB;AUTO_SERVER=TRUE'
username: wso2carbon
password: wso2carbon
driverClassName: org.h2.Driver
maxPoolSize: 50
idleTimeout: 60000
connectionTestQuery: SELECT 1
validationTimeout: 30000
isAutoCommit: false

- name: GEO_LOCATION_DATA
description: "The data source used for geo location database"
Expand Down
12 changes: 0 additions & 12 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1542,18 +1542,6 @@
<id>org.wso2.analytics.solutions.common.feature</id>
<version>${analytics.solutions.version}</version>
</feature>
<feature>
<id>org.wso2.analytics.solutions.sp.twitter.analytics.feature</id>
<version>${analytics.solutions.version}</version>
</feature>
<feature>
<id>org.wso2.analytics.solutions.sp.http.analytics.feature</id>
<version>${analytics.solutions.version}</version>
</feature>
<feature>
<id>org.wso2.analytics.solutions.sp.message.tracer.feature</id>
<version>${analytics.solutions.version}</version>
</feature>
</features>
</configuration>
</execution>
Expand Down

0 comments on commit 0321145

Please sign in to comment.