Skip to content
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

feat(opentelemetry): use custom otelcol-orb collector for orb-agent and orb-maestro #2993

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

lpegoraro
Copy link
Contributor

@lpegoraro lpegoraro commented Feb 7, 2024

Blocked by

  • Merge PR
  • Images on DockerHub orbcommunity/otelcol-orb-agent and orbcommunity/otelcol-orb-maestro

@@ -86,7 +86,7 @@ var k8sOtelCollector = `
"containers": [
{
"name": "otel-collector",
"image": "otel/opentelemetry-collector-contrib:0.91.0",
"image": "orb-community/otelcol-orb-maestro@latest",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd recommend to avoid using latest but stick to specific version (once we have them)

@@ -296,7 +296,7 @@ var JsonDeployment = `
"containers": [
{
"name": "otel-collector",
"image": "otel/opentelemetry-collector-contrib:0.91.0",
"image": "orb-community/otelcol-orb-maestro@latest",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here regarding latest

.github/workflows/agent.yml Show resolved Hide resolved
sinker/otel/bridgeservice/bridge.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants