Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #43

Draft
wants to merge 5 commits into
base: freshservice_staging
Choose a base branch
from
Draft

test #43

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/server/FSDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ COPY --from=builder /conductor/server/build/libs/$OPENTELEMETRY_JAR_FILE /app/li

# Required Packages
RUN yum install -y procps shadow-utils mysql screen nc wget
RUN yum install python3-pip python3-wheel python3-devel gcc -y
RUN pip3 install scylla-cqlsh
#RUN yum install python3-pip python3-wheel python3-devel gcc -y
#RUN pip3 install scylla-cqlsh

# This Jar is used for profiling with java-agent
RUN wget https://github.com/grafana/pyroscope-java/releases/download/v0.14.0/pyroscope.jar -P /app/libs
Expand Down
16 changes: 14 additions & 2 deletions docker/server/config/config-conductor-server-lt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ conductor.scylla.keyspace=${SCYLLA_KEYSPACE}
conductor.scylla.replicationFactorValue=${SCYLLA_REPLICATIONFACTOR}
conductor.scylla.replicationStrategy=${SCYLLA_REPLICATION_STRATEGY}

conductor.workflow-status-listener.type=archive
# Workflow Execution configuration for cpu and memory limits
conductor.workflow-reconciler.enabled=true
conductor.workflow-monitor.enabled=false
conductor.workflow-repair-service.enabled=true

conductor.redis.queueShardingStrategy=${REDIS_QUEUE_SHARDING_STRATEGY}
conductor.app.executorServiceMaxThreadCount=${EXTOR_MAX_THREAD_COUNT}
conductor.app.systemTaskWorkerThreadCount=${SYSTEM_TASK_WORKER_THREAD_COUNT}
Expand Down Expand Up @@ -54,4 +58,12 @@ conductor.redis-lock.namespace=${REDIS_LOCK_NS_PREFIX}
loadSample=false

# Pushing Prom Metrics
conductor.metrics-prometheus.enabled = true
conductor.metrics-prometheus.enabled = true

#Actuator Endpoints
management.endpoints.web.exposure.include=info,metrics,health,prometheus,httptrace
management.metrics.distribution.sla.http.server.requests=100ms,150ms,250ms,500ms,1s
management.metrics.enable.jvm=true
management.endpoint.metrics.enabled=true
management.endpoint.prometheus.enabled=true
management.prometheus.metrics.export.enabled=true