Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy_grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
tags:
- "v*.*.*"
paths:
- "java-module/grafana"
- "java-module/grafana/**"
- "java-module/Dockerfile.grafana"
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_insight-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ on:
tags:
- "v*.*.*"
paths:
- "python/scheduler"
- "python/scheduler/**"
workflow_dispatch:

env:
DOCKER_REGISTRY_NAME: cloudbaristaorg
GHCR_REGISTRY_NAME: ${{ github.repository_owner }}
IMAGE_NAME: mc-o11y-insight-scheduler
IMAGE_NAME: mc-observability-insight-scheduler

jobs:
# The job key is "publish-container-image"
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/deploy_insight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ on:
tags:
- "v*.*.*"
paths:
- "python/insight"
- "python/insight/**"
paths-ignore:
- "python/insight/**.md"
- "python/insight/.env.example"
- "python/insight/.gitignore"
workflow_dispatch:

env:
DOCKER_REGISTRY_NAME: cloudbaristaorg
GHCR_REGISTRY_NAME: ${{ github.repository_owner }}
IMAGE_NAME: mc-o11y-insight
IMAGE_NAME: mc-observability-insight

jobs:
# The job key is "publish-container-image"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_mcp-influxdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ on:
tags:
- "v*.*.*"
paths:
- "python/mcp-influxdb"
- "python/mcp-influxdb/**"
workflow_dispatch:

env:
DOCKER_REGISTRY_NAME: cloudbaristaorg
GHCR_REGISTRY_NAME: ${{ github.repository_owner }}
IMAGE_NAME: mc-o11y-mcp-influxdb
IMAGE_NAME: mc-observability-mcp-influxdb

jobs:
# The job key is "publish-container-image"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_mcp-mariadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ on:
tags:
- "v*.*.*"
paths:
- "python/mcp-mariadb"
- "python/mcp-mariadb/**"
workflow_dispatch:

env:
DOCKER_REGISTRY_NAME: cloudbaristaorg
GHCR_REGISTRY_NAME: ${{ github.repository_owner }}
IMAGE_NAME: mc-o11y-mcp-mariadb
IMAGE_NAME: mc-observability-mcp-mariadb

jobs:
# The job key is "publish-container-image"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
tags:
- "v*.*.*"
paths:
- "java-module/minio"
- "java-module/minio/**"
- "java-module/Dockerfile.minio"

workflow_dispatch:
Expand Down
12 changes: 6 additions & 6 deletions java-module/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
# - OTEL_INSTRUMENTATION_METHODS_INCLUDE=${OTEL_METHODS_INCLUDE}
# - OTEL_INSTRUMENTATION_METHODS_EXCLUDE=${OTEL_METHODS_EXCLUDE}
# ===== service options =====
- OTEL_SERVICE_NAME=${OTEL_SERVICE_NAME:-mc-o11y-manager}
- OTEL_SERVICE_NAME=${OTEL_SERVICE_NAME:-mc-observability-manager}
- OTEL_METRICS_EXPORTER=none
- OTEL_LOGS_EXPORTER=none
- OTEL_TRACES_EXPORTER=otlp
Expand Down Expand Up @@ -516,15 +516,15 @@ services:
- INFLUXDB_PASSWORD=mc-agent

mc-observability-insight:
image: cloudbaristaorg/mc-o11y-insight:edge
image: cloudbaristaorg/mc-observability-insight:edge
container_name: mc-observability-insight
restart: always
ports:
- 9001:9001
environment:
- TZ=Asia/Seoul
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL:-}
- OTEL_SERVICE_NAME=${OTEL_SERVICE_NAME:-o11y-insight}
- OTEL_SERVICE_NAME=${OTEL_SERVICE_NAME:-mc-observability-insight}
- MODE=${MODE:-otlp-http}
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=${OTEL_EXPORTER_OTLP_TRACES_ENDPOINT:-http://mc-observability-tempo:4318/v1/traces}
volumes:
Expand All @@ -535,7 +535,7 @@ services:


mc-observability-insight-scheduler:
image: cloudbaristaorg/mc-o11y-insight-scheduler:edge
image: cloudbaristaorg/mc-observability-insight-scheduler:edge
container_name: mc-observability-insight-scheduler
restart: always
ports:
Expand Down Expand Up @@ -610,7 +610,7 @@ services:
- external_network

mc-observability-mcp-maria:
image: cloudbaristaorg/mc-o11y-mcp-mariadb:edge
image: cloudbaristaorg/mc-observability-mcp-mariadb:edge
container_name: mc-observability-mcp-maria
restart: always
ports:
Expand All @@ -633,7 +633,7 @@ services:
- external_network

mc-observability-mcp-influx:
image: cloudbaristaorg/mc-o11y-mcp-influxdb:edge
image: cloudbaristaorg/mc-observability-mcp-influxdb:edge
container_name: mc-observability-mcp-influx
restart: always
ports:
Expand Down
Binary file modified python/insight/requirements.txt
Binary file not shown.