LBF38

Results 10 comments of LBF38

Yes, the configuration file in `.yml` will be statically checked against the JSON Schema, therefore providing an easier way to configure all the possible aspects of the otel collector. You...

Hi everyone, After exploring more related issues and work on this topic, I will try to summarize my findings in this comment. - https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/27003 - Looks like this is a...

Hi, A temporary alternative would be to use https://github.com/dash0hq/otelbin This tool allows to validate the otel collector config against different schemas. And it also provides an easy way to visualise...

Hi @ptodev , I'm actively working around OpenTelemetry during the next few months so I'll be happy to help where I can, depending on the scope and depth of what's...

how do you change this setting ? I have tried checking or unchecking the `include commits only mentioned by reflogs` but it doesn't do anything, I still see all the...

> You need to add `--prune` argument when fetching. This is part of git functionality and not really a bug in git graph. > You can configure git to automatically...

Here is the correct badge to use for all-contributors in GitHub : https://shields.io/badges/git-hub-contributors-via-allcontributors-org

@siam1113 The correct syntax would be the following for the badge link : ``` https://img.shields.io/github/all-contributors/ixahmedxi/noodle/master?style=flat-square&color=orange ```

> @LBF38 in the meantime you can use the git dependency in the package.json > > [docs.npmjs.com/cli/v10/configuring-npm/package-json#git-urls-as-dependencies](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#git-urls-as-dependencies) That's true ! Completely forgot about that. Thanks for the reminder 🙏

Hi, here is a quick suggestion before merging the PR: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms There are issue forms syntax now in GitHub. I found it easier to fill than markdown templates. What do...