Skip to main content

Implementation of Spring Boot Actuator and Spring Cloud Discovery, Security and Tracing

Project description

Eureka Client for Python

instance:
  instanceId: localhost:testclient:8080
  hostName: localhost
  app: testclient
  ipAddr: 127.0.0.1
  vipAddress: testclient
  secureVipAddress: testclient
  status: UP
  port:
    $: 8080
    '@enabled': 'true'
  securePort:
    $: 443
    '@enabled': 'false'
  statusPageUrl: http://localhost:8080/info
  homePageUrl: None
  healthCheckUrl: None
  dataCenterInfo:
    '@class': com.netflix.appinfo.InstanceInfo$DefaultDataCenterInfo
    name: MyOwn

eureka:
  host: localhost
  port: 9091
  ssl: false
  servicePath: solenoid
  
options:
  requestImpl: requests
  maxRetries: 3
  heartBeatIntervalInSecs: 30
  registryFetchIntervalInSecs: 30
  registerWithEureka: true

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solenoid-0.2.0.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

solenoid-0.2.0-py3-none-any.whl (35.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page