Trask Stalnaker
Trask Stalnaker
maybe not in this form, but I could see an argument for declarative config supporting this in some way that doesn't require copy-pasting this code everywhere (https://github.com/open-telemetry/opentelemetry-configuration/blob/main/CONTRIBUTING.md#properties-which-pattern-matching)
where does `PRETTIER_AT_VERS` come from when not on Windows? I only see it referenced in GitHub workflows
I see, so when you run it on Mac, even when `PRETTIER_AT_VERS` isn't set, it's replaced (with empty) in the package.json file, while when I run it on Windows it's...
I guess I didn't quite follow your proposal above > would it help (under a Windows environment) if I put `npx prettier${PRETTIER_AT_VERS}` in a bash script and called that instead?...
> As shown in the [documentation](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md#metric-dbclientconnectioncount), the database pool name consists of `server.address`, `server.port`, and `db.namespace`, for example: `server.address:server.port/db.namespace`. I haven't checked the database pool instrumentation, but sometimes it's not...
hi @VenuEmmadi, have you seen https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/kafka-exporter?
you could write an [agent extension](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/examples/extension) that uses the kafka exporter component
any other options? it would be nice not to introduce new reliance on internals where possible (#6970)
I personally prefer a bit of copy-paste over relying on internal APIs
> [@trask](https://github.com/trask) the lychee setup at https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/workflows/reusable-link-check.yml sounds like a good candidate for a custom gh action - "opentelemetry/link-check-action" (or lychee-action) could be a repo I'd suggest trying it out...