Skip to content

Conversation

@richard-julien
Copy link
Member

See #36

  • quallity code refactoring

Implemented configuration.

manager:
  ....
  prometheus:
    enable: false
    port: 14270

Metrics implemented

        "xtm_managed_connectors",
        "Number of protected connectors managed by the composer",
        "xtm_connectors_initialized_total",
        "Number of connectors initialized",
        "xtm_connectors_started_total",
        "Number of connectors started",
        "xtm_connectors_stopped_total",
        "Number of connectors stopped",
        "xtm_connectors_updated_total",
        "Number of connectors updated",

@richard-julien richard-julien self-assigned this Dec 31, 2025
@richard-julien richard-julien changed the title feat: Add Prometheus metrics for connector lifecycle events and global refactor (#36) [composer] Add Prometheus metrics for connector lifecycle events and global refactor (#36) Dec 31, 2025
@richard-julien richard-julien linked an issue Dec 31, 2025 that may be closed by this pull request
8 tasks
@richard-julien richard-julien added this to the 1.0.2 milestone Dec 31, 2025
…l refactor.

+ Remove lazy static for lazyLock
+ RSA Key extraction to specific mod
+ Improve code quality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose Prometheus metrics for SaaS monitoring

2 participants