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:7091
  hostName: localhost
  app: testclient
  ipAddr: 127.0.0.1
  vipAddress: testclient
  secureVipAddress: testclient
  status: UP
  port:
    $: 7091
    '@enabled': true
  securePort:
    $: 443
    '@enabled': false
  statusPageUrl: http://localhost:7091/info
  statusPagePath: /info
  homePageUrl: http://localhost:7091/
  homePagePath: /
  healthCheckUrl: http://localhost:7091/health
  healthCheckPath: /health
  dataCenterInfo:
    '@class': com.netflix.appinfo.InstanceInfo$DefaultDataCenterInfo
    name: MyOwn

eureka:
  host: localhost
  port: 8080
  ssl: false
  servicePath: /eureka/apps
  
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.3.1.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

solenoid-0.3.1-py3-none-any.whl (36.3 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