diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000..7e6c6e2
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,6 @@
+coverage:
+ status:
+ project:
+ default:
+ target: auto
+ threshold: 1%
diff --git a/.github/settings.yml b/.github/settings.yml
new file mode 100644
index 0000000..9267e7d
--- /dev/null
+++ b/.github/settings.yml
@@ -0,0 +1,2 @@
+# These settings are synced to GitHub by https://probot.github.io/apps/settings/
+_extends: .github
diff --git a/.github/workflows/basic-linters.yml b/.github/workflows/basic-linters.yml
new file mode 100644
index 0000000..6114f14
--- /dev/null
+++ b/.github/workflows/basic-linters.yml
@@ -0,0 +1,10 @@
+name: Vality basic linters
+
+on:
+ pull_request:
+ branches:
+ - "*"
+
+jobs:
+ lint:
+ uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000..424e109
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,10 @@
+name: Build Maven Artifact
+
+on:
+ pull_request:
+ branches:
+ - '*'
+
+jobs:
+ build:
+ uses: valitydev/java-workflow/.github/workflows/maven-service-build.yml@v2
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
new file mode 100644
index 0000000..a4192d7
--- /dev/null
+++ b/.github/workflows/deploy.yml
@@ -0,0 +1,13 @@
+name: Maven Deploy Artifact
+
+on:
+ push:
+ branches:
+ - 'master'
+
+jobs:
+ build-and-deploy:
+ uses: valitydev/java-workflow/.github/workflows/maven-service-deploy.yml@v2
+ secrets:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ mm-webhook-url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
diff --git a/.github/workflows/settings.yml b/.github/workflows/settings.yml
new file mode 100644
index 0000000..9267e7d
--- /dev/null
+++ b/.github/workflows/settings.yml
@@ -0,0 +1,2 @@
+# These settings are synced to GitHub by https://probot.github.io/apps/settings/
+_extends: .github
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0499eef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,79 @@
+# Created by .ignore support plugin (hsz.mobi)
+.eunit
+deps
+*.o
+*.beam
+*.plt
+erl_crash.dump
+ebin/*.beam
+rel/example_project
+.concrete/DEV_MODE
+.rebar
+target/
+pom.xml.tag
+pom.xml.releaseBackup
+pom.xml.versionsBackup
+pom.xml.next
+release.properties
+dependency-reduced-pom.xml
+buildNumber.properties
+.mvn/timing.properties
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
+
+# User-specific stuff:
+.DS_Store
+.idea/
+.idea/workspace.xml
+.idea/tasks.xml
+.idea/dictionaries
+.idea/vcs.xml
+.idea/jsLibraryMappings.xml
+
+# Sensitive or high-churn files:
+.idea/dataSources.ids
+.idea/dataSources.xml
+.idea/dataSources.local.xml
+.idea/sqlDataSources.xml
+.idea/dynamic.xml
+.idea/uiDesigner.xml
+
+# Gradle:
+.idea/gradle.xml
+.idea/libraries
+
+# Mongo Explorer plugin:
+.idea/mongoSettings.xml
+
+*.iws
+*.ipr
+*.iml
+
+
+# IntelliJ
+/out/
+
+# mpeltonen/sbt-idea plugin
+.idea_modules/
+
+# JIRA plugin
+atlassian-ide-plugin.xml
+
+# Crashlytics plugin (for Android Studio and IntelliJ)
+com_crashlytics_export_strings.xml
+crashlytics.properties
+crashlytics-build.properties
+fabric.properties
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+env.list
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..a2af2fa
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1 @@
+* @valitydev/java
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..d9a10c0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,176 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..bb3a486
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,159 @@
+
+
+ 4.0.0
+
+
+ dev.vality
+ service-parent-pom
+ 2.1.4
+
+
+ exporter-limits
+ 0.0.1-SNAPSHOT
+ jar
+
+ exporter-limits
+
+
+ UTF-8
+ UTF-8
+ 15
+ 8022
+ 8023
+ ${server.port} ${management.port}
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.hibernate
+ hibernate-validator
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ true
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+
+
+ com.google.guava
+ guava
+ 31.1-jre
+
+
+ org.postgresql
+ postgresql
+ 42.3.3
+
+
+ org.opensearch.client
+ opensearch-rest-client
+ 2.7.0
+
+
+ org.opensearch.client
+ opensearch-java
+ 2.4.0
+
+
+ org.glassfish
+ jakarta.json
+ 2.0.1
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+ ${project.basedir}/src/main/java
+ ${project.basedir}/src/test/java
+
+
+ ${project.build.directory}/maven-shared-archive-resources
+ ${project.build.directory}
+
+ Dockerfile
+
+ true
+
+
+ ${project.build.directory}/maven-shared-archive-resources
+ true
+
+ Dockerfile
+
+
+
+ src/main/resources
+ true
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-remote-resources-plugin
+ 3.0.0
+
+
+ org.apache.maven.shared
+ maven-filtering
+ 3.3.1
+
+
+
+
+ dev.vality:shared-resources:${shared-resources.version}
+
+ false
+ false
+
+
+
+
+ process
+
+
+
+
+
+
+
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 0000000..6f7501d
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "local>valitydev/.github:renovate-config"
+ ]
+}
diff --git a/src/main/java/dev/vality/exporter/limits/ExporterLimitsApplication.java b/src/main/java/dev/vality/exporter/limits/ExporterLimitsApplication.java
new file mode 100644
index 0000000..58bf474
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/ExporterLimitsApplication.java
@@ -0,0 +1,17 @@
+package dev.vality.exporter.limits;
+
+import org.springframework.boot.SpringApplication;
+import org.springframework.boot.autoconfigure.SpringBootApplication;
+import org.springframework.boot.web.servlet.ServletComponentScan;
+import org.springframework.scheduling.annotation.EnableScheduling;
+
+@ServletComponentScan
+@SpringBootApplication
+@EnableScheduling
+public class ExporterLimitsApplication extends SpringApplication {
+
+ public static void main(String[] args) {
+ SpringApplication.run(ExporterLimitsApplication.class, args);
+ }
+
+}
diff --git a/src/main/java/dev/vality/exporter/limits/config/GaugeConfig.java b/src/main/java/dev/vality/exporter/limits/config/GaugeConfig.java
new file mode 100644
index 0000000..6f9f5a3
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/config/GaugeConfig.java
@@ -0,0 +1,18 @@
+package dev.vality.exporter.limits.config;
+
+import dev.vality.exporter.limits.model.Metric;
+import io.micrometer.core.instrument.MeterRegistry;
+import io.micrometer.core.instrument.MultiGauge;
+import org.springframework.context.annotation.Bean;
+import org.springframework.context.annotation.Configuration;
+
+@Configuration
+public class GaugeConfig {
+
+ @Bean
+ public MultiGauge multiGaugeLimitsAmount(MeterRegistry meterRegistry) {
+ return MultiGauge.builder(Metric.LIMITS_AMOUNT.getName())
+ .description(Metric.LIMITS_AMOUNT.getDescription())
+ .register(meterRegistry);
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/config/OpenSearchClientConfig.java b/src/main/java/dev/vality/exporter/limits/config/OpenSearchClientConfig.java
new file mode 100644
index 0000000..ceae2f2
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/config/OpenSearchClientConfig.java
@@ -0,0 +1,63 @@
+package dev.vality.exporter.limits.config;
+
+import lombok.SneakyThrows;
+import org.apache.http.HttpHost;
+import org.apache.http.auth.AuthScope;
+import org.apache.http.auth.UsernamePasswordCredentials;
+import org.apache.http.conn.ssl.NoopHostnameVerifier;
+import org.apache.http.impl.client.BasicCredentialsProvider;
+import org.opensearch.client.RestClient;
+import org.opensearch.client.json.jackson.JacksonJsonpMapper;
+import org.opensearch.client.opensearch.OpenSearchClient;
+import org.opensearch.client.transport.rest_client.RestClientTransport;
+import org.springframework.context.annotation.Bean;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.core.io.Resource;
+
+import javax.net.ssl.SSLContext;
+import javax.net.ssl.TrustManagerFactory;
+import java.io.InputStream;
+import java.security.KeyStore;
+import java.security.cert.CertificateFactory;
+import java.security.cert.X509Certificate;
+
+@Configuration
+@SuppressWarnings("LineLength")
+public class OpenSearchClientConfig {
+
+ @Bean(destroyMethod = "close")
+ public RestClient restClient(OpenSearchProperties openSearchProperties) {
+ final var credentialsProvider = new BasicCredentialsProvider();
+ credentialsProvider.setCredentials(
+ AuthScope.ANY,
+ new UsernamePasswordCredentials(openSearchProperties.getUsername(), openSearchProperties.getPassword()));
+ var httpHost = new HttpHost(openSearchProperties.getHostname(), openSearchProperties.getPort(), "https");
+ return RestClient.builder(httpHost)
+ .setHttpClientConfigCallback(httpClientBuilder -> httpClientBuilder
+ .setDefaultCredentialsProvider(credentialsProvider)
+ .setSSLContext(sslContext(openSearchProperties.getCertificate()))
+ .setSSLHostnameVerifier(NoopHostnameVerifier.INSTANCE)).build();
+ }
+
+ @Bean
+ public OpenSearchClient openSearchClient(RestClient restClient) {
+ var transport = new RestClientTransport(restClient, new JacksonJsonpMapper());
+ return new OpenSearchClient(transport);
+ }
+
+ @SneakyThrows
+ private SSLContext sslContext(Resource certificate) {
+ var tmf = TrustManagerFactory.getInstance(TrustManagerFactory.getDefaultAlgorithm());
+ try (InputStream pKeyFileStream = certificate.getInputStream()) {
+ var cf = CertificateFactory.getInstance("X.509");
+ var caCert = (X509Certificate) cf.generateCertificate(pKeyFileStream);
+ var ks = KeyStore.getInstance(KeyStore.getDefaultType());
+ ks.load(null);
+ ks.setCertificateEntry("caCert", caCert);
+ tmf.init(ks);
+ }
+ var sslContext = SSLContext.getInstance("TLS");
+ sslContext.init(null, tmf.getTrustManagers(), null);
+ return sslContext;
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/config/OpenSearchProperties.java b/src/main/java/dev/vality/exporter/limits/config/OpenSearchProperties.java
new file mode 100644
index 0000000..f528d43
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/config/OpenSearchProperties.java
@@ -0,0 +1,19 @@
+package dev.vality.exporter.limits.config;
+
+import lombok.Data;
+import org.springframework.boot.context.properties.ConfigurationProperties;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.core.io.Resource;
+
+@Data
+@Configuration
+@ConfigurationProperties(prefix = "opensearch")
+public class OpenSearchProperties {
+
+ private String username;
+ private String password;
+ private String hostname;
+ private Integer port;
+ private Resource certificate;
+
+}
diff --git a/src/main/java/dev/vality/exporter/limits/entity/naming/SnakeCaseNamingStrategy.java b/src/main/java/dev/vality/exporter/limits/entity/naming/SnakeCaseNamingStrategy.java
new file mode 100644
index 0000000..1ba2e9e
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/entity/naming/SnakeCaseNamingStrategy.java
@@ -0,0 +1,39 @@
+package dev.vality.exporter.limits.entity.naming;
+
+import com.google.common.base.CaseFormat;
+import org.hibernate.boot.model.naming.Identifier;
+import org.hibernate.boot.model.naming.PhysicalNamingStrategy;
+import org.hibernate.engine.jdbc.env.spi.JdbcEnvironment;
+
+public class SnakeCaseNamingStrategy implements PhysicalNamingStrategy {
+
+ @Override
+ public Identifier toPhysicalCatalogName(Identifier identifier, JdbcEnvironment jdbcEnv) {
+ return toSnakeCase(identifier);
+ }
+
+ @Override
+ public Identifier toPhysicalColumnName(Identifier identifier, JdbcEnvironment jdbcEnv) {
+ return toSnakeCase(identifier);
+ }
+
+ @Override
+ public Identifier toPhysicalSchemaName(Identifier identifier, JdbcEnvironment jdbcEnv) {
+ return toSnakeCase(identifier);
+ }
+
+ @Override
+ public Identifier toPhysicalSequenceName(Identifier identifier, JdbcEnvironment jdbcEnv) {
+ return toSnakeCase(identifier);
+ }
+
+ @Override
+ public Identifier toPhysicalTableName(Identifier identifier, JdbcEnvironment jdbcEnv) {
+ return toSnakeCase(identifier);
+ }
+
+ private Identifier toSnakeCase(Identifier identifier) {
+ String snakeCase = CaseFormat.LOWER_CAMEL.to(CaseFormat.LOWER_UNDERSCORE, identifier.getText());
+ return Identifier.toIdentifier(snakeCase);
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/model/CustomTag.java b/src/main/java/dev/vality/exporter/limits/model/CustomTag.java
new file mode 100644
index 0000000..3b8d746
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/model/CustomTag.java
@@ -0,0 +1,74 @@
+package dev.vality.exporter.limits.model;
+
+import io.micrometer.core.instrument.Tag;
+import lombok.experimental.UtilityClass;
+
+@UtilityClass
+public class CustomTag {
+
+ public static final String PROVIDER_ID_TAG = "provider_id";
+ public static final String PROVIDER_NAME_TAG = "provider_name";
+ public static final String TERMINAL_ID_TAG = "terminal_id";
+ public static final String TERMINAL_NAME_TAG = "terminal_name";
+ public static final String SHOP_ID_TAG = "shop_id";
+ public static final String SHOP_NAME_TAG = "shop_name";
+ public static final String CURRENCY_TAG = "currency";
+ public static final String COUNTRY_TAG = "issuer_country";
+ public static final String BANK_TAG = "issuer_bank";
+ public static final String BANK_CARD_PAYMENT_SYSTEM_TAG = "issuer_bank_card_payment_system";
+ public static final String STATUS_TAG = "status";
+ public static final String WALLET_ID_TAG = "wallet_id";
+ public static final String WALLET_NAME_TAG = "wallet_name";
+
+ public static Tag providerId(String providerId) {
+ return Tag.of(PROVIDER_ID_TAG, providerId);
+ }
+
+ public static Tag providerName(String providerName) {
+ return Tag.of(PROVIDER_NAME_TAG, providerName);
+ }
+
+ public static Tag terminalId(String terminalId) {
+ return Tag.of(TERMINAL_ID_TAG, terminalId);
+ }
+
+ public static Tag terminalName(String terminalName) {
+ return Tag.of(TERMINAL_NAME_TAG, terminalName);
+ }
+
+ public static Tag shopId(String shopId) {
+ return Tag.of(SHOP_ID_TAG, shopId);
+ }
+
+ public static Tag shopName(String shopName) {
+ return Tag.of(SHOP_NAME_TAG, shopName);
+ }
+
+ public static Tag currency(String currency) {
+ return Tag.of(CURRENCY_TAG, currency);
+ }
+
+ public static Tag issuerCountry(String country) {
+ return Tag.of(COUNTRY_TAG, country);
+ }
+
+ public static Tag issuerBank(String bank) {
+ return Tag.of(BANK_TAG, bank);
+ }
+
+ public static Tag issuerBankCardPaymentSystem(String issuerBankCardPaymentSystem) {
+ return Tag.of(BANK_CARD_PAYMENT_SYSTEM_TAG, issuerBankCardPaymentSystem);
+ }
+
+ public static Tag status(String status) {
+ return Tag.of(STATUS_TAG, status);
+ }
+
+ public static Tag walletId(String walletId) {
+ return Tag.of(WALLET_ID_TAG, walletId);
+ }
+
+ public static Tag walletName(String walletName) {
+ return Tag.of(WALLET_NAME_TAG, walletName);
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/model/Metric.java b/src/main/java/dev/vality/exporter/limits/model/Metric.java
new file mode 100644
index 0000000..73c4862
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/model/Metric.java
@@ -0,0 +1,21 @@
+package dev.vality.exporter.limits.model;
+
+import lombok.Getter;
+import lombok.RequiredArgsConstructor;
+
+@RequiredArgsConstructor
+public enum Metric {
+
+ LIMITS_AMOUNT(
+ formatWithPrefix("limits_amount"),
+ "Limits amount since last scrape");
+
+ @Getter
+ private final String name;
+ @Getter
+ private final String description;
+
+ private static String formatWithPrefix(String name) {
+ return String.format("el_%s", name);
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/opensearch/LimitsData.java b/src/main/java/dev/vality/exporter/limits/opensearch/LimitsData.java
new file mode 100644
index 0000000..b37afc0
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/opensearch/LimitsData.java
@@ -0,0 +1,74 @@
+package dev.vality.exporter.limits.opensearch;
+
+import com.fasterxml.jackson.annotation.JsonProperty;
+import lombok.AllArgsConstructor;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+
+@Data
+@NoArgsConstructor
+@AllArgsConstructor
+public class LimitsData {
+
+ private Payment payment;
+ private Machine machine;
+ private Limit limit;
+
+ @Data
+ @NoArgsConstructor
+ @AllArgsConstructor
+ public static class Payment {
+
+ private String id;
+
+ }
+
+ @Data
+ @NoArgsConstructor
+ @AllArgsConstructor
+ public static class Machine {
+
+ private String id;
+
+ }
+
+ @Data
+ @NoArgsConstructor
+ @AllArgsConstructor
+ public static class Limit {
+
+ private Integer amount;
+ private Integer boundary;
+ private Change change;
+ @JsonProperty("config_id")
+ private String configId;
+ @JsonProperty("party_id")
+ private String partyId;
+ private Route route;
+ @JsonProperty("shop_id")
+ private String shopId;
+
+ }
+
+ @Data
+ @NoArgsConstructor
+ @AllArgsConstructor
+ public static class Change {
+
+ private Integer amount;
+ private String currency;
+
+ }
+
+ @Data
+ @NoArgsConstructor
+ @AllArgsConstructor
+ public static class Route {
+
+ @JsonProperty("provider_id")
+ private Integer providerId;
+ @JsonProperty("terminal_id")
+ private Integer terminalId;
+
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/opensearch/OpenSearchCustomClient.java b/src/main/java/dev/vality/exporter/limits/opensearch/OpenSearchCustomClient.java
new file mode 100644
index 0000000..958ba48
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/opensearch/OpenSearchCustomClient.java
@@ -0,0 +1,47 @@
+package dev.vality.exporter.limits.opensearch;
+
+import lombok.RequiredArgsConstructor;
+import lombok.SneakyThrows;
+import org.opensearch.client.json.JsonData;
+import org.opensearch.client.opensearch.OpenSearchClient;
+import org.opensearch.client.opensearch._types.query_dsl.Query;
+import org.opensearch.client.opensearch._types.query_dsl.RangeQuery;
+import org.opensearch.client.opensearch.core.SearchRequest;
+import org.opensearch.client.opensearch.core.search.Hit;
+import org.opensearch.client.util.ObjectBuilder;
+import org.springframework.beans.factory.annotation.Value;
+import org.springframework.stereotype.Service;
+
+import java.util.List;
+import java.util.stream.Collectors;
+
+@Service
+@RequiredArgsConstructor
+public class OpenSearchCustomClient {
+
+ private final OpenSearchClient openSearchClient;
+
+ @Value("${interval.time}")
+ private String intervalTime;
+
+ @SneakyThrows
+ public List getLimitsData() {
+ var searchRequest = new SearchRequest.Builder()
+ .query(q -> q.match(builder -> builder.field("message")
+ .query(builder1 -> builder1.stringValue("Limit change commited"))))
+ .query(q -> q.bool(builder -> builder.filter(this::range)))
+ .build();
+ return openSearchClient.search(searchRequest, LimitsData.class).hits().hits()
+ .stream()
+ .map(Hit::source)
+ .collect(Collectors.toList());
+ }
+
+ private ObjectBuilder range(Query.Builder builder1) {
+ return builder1.range(this::timestamp);
+ }
+
+ private RangeQuery.Builder timestamp(RangeQuery.Builder builder2) {
+ return builder2.field("@timestamp").gte(JsonData.of(String.format("now-%ss", intervalTime)));
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/service/LimitsService.java b/src/main/java/dev/vality/exporter/limits/service/LimitsService.java
new file mode 100644
index 0000000..f3d7c06
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/service/LimitsService.java
@@ -0,0 +1,19 @@
+package dev.vality.exporter.limits.service;
+
+import dev.vality.exporter.limits.opensearch.OpenSearchCustomClient;
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.stereotype.Service;
+
+@Service
+@RequiredArgsConstructor
+@Slf4j
+public class LimitsService {
+
+ private final OpenSearchCustomClient openSearchCustomClient;
+
+ public void registerMetrics() {
+ var limitsData = openSearchCustomClient.getLimitsData();
+ log.info("limitsData {}", limitsData);
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/service/MetricsService.java b/src/main/java/dev/vality/exporter/limits/service/MetricsService.java
new file mode 100644
index 0000000..57fe93a
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/service/MetricsService.java
@@ -0,0 +1,17 @@
+package dev.vality.exporter.limits.service;
+
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.stereotype.Service;
+
+@Service
+@RequiredArgsConstructor
+@Slf4j
+public class MetricsService {
+
+ private final LimitsService limitsService;
+
+ public void registerMetrics() {
+ limitsService.registerMetrics();
+ }
+}
diff --git a/src/main/java/dev/vality/exporter/limits/service/SchedulerRegisterMetricsService.java b/src/main/java/dev/vality/exporter/limits/service/SchedulerRegisterMetricsService.java
new file mode 100644
index 0000000..ffdc7a1
--- /dev/null
+++ b/src/main/java/dev/vality/exporter/limits/service/SchedulerRegisterMetricsService.java
@@ -0,0 +1,21 @@
+package dev.vality.exporter.limits.service;
+
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.scheduling.annotation.Scheduled;
+import org.springframework.stereotype.Service;
+
+@Slf4j
+@Service
+@RequiredArgsConstructor
+public class SchedulerRegisterMetricsService {
+
+ private final MetricsService metricsService;
+
+ @Scheduled(cron = "${exporter-limits.cron:-}")
+ public void registerMetricsTask() {
+ log.debug("Start of registration of limits in prometheus");
+ metricsService.registerMetrics();
+ log.debug("Finished of registration of limits in prometheus");
+ }
+}
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
new file mode 100644
index 0000000..c64a1f7
--- /dev/null
+++ b/src/main/resources/application.yml
@@ -0,0 +1,63 @@
+info:
+ version: '${project.version}'
+ stage: dev
+
+server:
+ port: '${server.port}'
+
+management:
+ server:
+ port: '${management.port}'
+ metrics:
+ export:
+ prometheus:
+ enabled: true
+ tags:
+ application: '${project.name}'
+ endpoint:
+ health:
+ probes:
+ enabled: true
+ show-details: always
+ metrics:
+ enabled: true
+ prometheus:
+ enabled: true
+ endpoints:
+ web:
+ exposure:
+ include: health,info,prometheus
+
+spring:
+ application:
+ name: '${project.name}'
+ output:
+ ansi:
+ enabled: always
+ jpa:
+ database: postgresql
+ properties:
+ hibernate:
+ default_schema: dw
+ datasource:
+ type: com.zaxxer.hikari.HikariDataSource
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://localhost:5432/daway
+ username: postgres
+ password: postgres
+
+hibernate:
+ physical_naming_strategy: dev.vality.exporter.limits.entity.naming.SnakeCaseNamingStrategy
+
+exporter-limits:
+ cron: '*/30 * * * * *' #every 30 seconds
+
+interval:
+ time: 60 #seconds
+
+opensearch:
+ username: changeit
+ password: changeit
+ hostname: changeit
+ port: 9200
+ certificate: changeit