Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
90762256
Commit
90762256
authored
2 years ago
by
Smitha Manjunath
Committed by
Vibhuti Sharma [Microsoft]
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Smanjunath/patch
parent
343cf808
No related branches found
No related tags found
2 merge requests
!346
Merge branch 'aws-integration' into 'master'
,
!285
Smanjunath/patch
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NOTICE
+2
-0
2 additions, 0 deletions
NOTICE
provider/indexer-azure/pom.xml
+8
-0
8 additions, 0 deletions
provider/indexer-azure/pom.xml
provider/indexer-azure/src/main/resources/application.properties
+4
-1
4 additions, 1 deletion
...r/indexer-azure/src/main/resources/application.properties
with
14 additions
and
1 deletion
NOTICE
+
2
−
0
View file @
90762256
...
...
@@ -117,6 +117,7 @@ The following software have components provided under the terms of this license:
- Plexus Velocity Component (from https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity)
- PostgreSQL JDBC Driver
- PowerMock (from http://www.powermock.org, https://repo1.maven.org/maven2/org/powermock/powermock-api-mockito)
- Prometheus Java Simpleclient (from https://repo1.maven.org/maven2/io/prometheus/simpleclient)
- Protocol Buffer extensions to the Google HTTP Client Library for Java. (from https://repo1.maven.org/maven2/com/google/http-client/google-http-client-protobuf)
- RabbitMQ Java Client (from http://www.rabbitmq.com, https://www.rabbitmq.com)
- RxJava (from https://github.com/ReactiveX/RxJava)
...
...
@@ -465,6 +466,7 @@ The following software have components provided under the terms of this license:
- LatencyUtils (from http://latencyutils.github.io/LatencyUtils/)
- PostgreSQL JDBC Driver
- Project Lombok (from http://projectlombok.org, https://projectlombok.org)
- Prometheus Java Simpleclient (from https://repo1.maven.org/maven2/io/prometheus/simpleclient)
- RabbitMQ Java Client (from http://www.rabbitmq.com, https://www.rabbitmq.com)
- reactive-streams (from http://www.reactive-streams.org/)
- xml-apis
...
...
This diff is collapsed.
Click to expand it.
provider/indexer-azure/pom.xml
+
8
−
0
View file @
90762256
...
...
@@ -227,6 +227,14 @@
<version>
1.7.0
</version>
</dependency>
<!-- Prometheus Dependency -->
<dependency>
<groupId>
io.micrometer
</groupId>
<artifactId>
micrometer-registry-prometheus
</artifactId>
<scope>
runtime
</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
This diff is collapsed.
Click to expand it.
provider/indexer-azure/src/main/resources/application.properties
+
4
−
1
View file @
90762256
...
...
@@ -93,6 +93,9 @@ management.server.port=8081
management.health.azure-key-vault.enabled
=
false
management.health.elasticsearch.enabled
=
false
management.endpoints.web.exposure.include
=
${web_exposure_endpoints:health,info}
management.metrics.enable.all
=
${enable_metrics:false}
#Redis
redis.database
=
${REDIS_DATABASE}
\ No newline at end of file
redis.database
=
${REDIS_DATABASE}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment