-
Notifications
You must be signed in to change notification settings - Fork 534
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
[INLONG-11199][Sort] Integrate Grafana Loki for connectors #11212
Conversation
I found there are some duplicated modifications with #11070. |
Yeah,#11070 is just an example of usage, so i think we can temporarily close it(#11070). After this issue(#11199 ) is completed, We can raise a new issue to integrate for all connectors |
This new commit makes log reporting related containers optional: To support the profiles feature, we need to update the version setting of |
There is a problem in the workflow, please rebase the master branch to resolve it. |
ok |
Unit test failed, details refer to https://github.com/apache/inlong/actions/runs/11284951233/job/31393310968?pr=11212 |
I got the error message: |
Sure, the failed check is re-running now |
Motivation
Add the
Grafana Loki
as a log management system to manage logs efficiently and centrallyModifications
opentelemetry-collector
,Grafna
andLoki
containers in the docker-composeloki.yaml
file to configure the LokiOpenTelemetryLogger
:Verifying this change
(Please pick either of the following options)
This change is a trivial rework/code cleanup without any test coverage.
This change is already covered by existing tests, such as:
(please describe tests)
This change added tests and can be verified as follows:
(example:)
Documentation
After running docker-compose, you can access Grafna Loki via
http://127.0.0.1:3000/explore
, and then you should query the corresponding sort logs byservice_name
orservice_namespace
.Then You can see a list of logs and view detailed information by clicking on a specific log item.