Skip to content

[DNM] collect and visualize application logs #594

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions ci/deploy-logging-dependencies/files/cluster_log_forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,16 @@ spec:
- name: my-syslog
inputRefs:
- syslog-receiver
- application
outputRefs:
- default-lokistack
---
apiVersion: observability.openshift.io/v1alpha1
kind: UIPlugin
metadata:
name: logging
spec:
type: Logging
logging:
lokiStack:
name: logging-loki
3 changes: 3 additions & 0 deletions ci/vars-logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ cifmw_run_tests: false
pre_deploy_deploy_logging_dependencies:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/deploy-logging-dependencies.yml"
type: playbook
pre_deploy_create_coo_subscription:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/create-coo-subscription-playbook.yaml"
type: playbook
cifmw_edpm_prepare_kustomizations:
- apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
Expand Down