Skip to content

Conversation

@wrn14897
Copy link
Member

@wrn14897 wrn14897 commented Aug 19, 2025

plus fixing startup issue when the team isn't created yet

HDX-2238

@changeset-bot
Copy link

changeset-bot bot commented Aug 19, 2025

🦋 Changeset detected

Latest commit: ebe15cf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@hyperdx/api Patch
@hyperdx/app Patch
@hyperdx/common-utils Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Aug 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
hyperdx-v2-oss-app Ready Ready Preview Comment Aug 19, 2025 4:59pm

@github-actions
Copy link
Contributor

github-actions bot commented Aug 19, 2025

Stably Runner - Test Suite - 'Smoke Test'

Test Suite Run Result: 🟢 Success (4/4 tests passed) [dashboard]


This comment was generated from stably-runner-action

@wrn14897 wrn14897 force-pushed the warren/handle-the-case-when-custom-otelcol-config-file-env-not-specified branch from 74ef16f to 9bb0565 Compare August 19, 2025 03:19

if (apiKeys && apiKeys.length > 0) {
// Build full configuration with all team API keys
const otelCollectorConfig: CollectorConfig = {
Copy link
Member Author

@wrn14897 wrn14897 Aug 19, 2025

Choose a reason for hiding this comment

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

moved this config out of if block and removed all 'receivers' from the pipeline so that the collector can start even if the apiKeys is empty

Comment on lines +223 to +230
// TODO: prometheus needs to be authenticated
receivers: ['prometheus'],
processors: ['memory_limiter', 'batch'],
exporters: ['clickhouse'],
},
'logs/in': {
// TODO: fluentforward needs to be authenticated
receivers: ['fluentforward'],
Copy link
Member Author

Choose a reason for hiding this comment

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

keep the 'prometheus' and 'fluentforward' unauthed (default behavior). need to fix it in later PRs

@kodiakhq kodiakhq bot merged commit d29e2bc into main Aug 19, 2025
12 of 13 checks passed
@kodiakhq kodiakhq bot deleted the warren/handle-the-case-when-custom-otelcol-config-file-env-not-specified branch August 19, 2025 17:08
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.

2 participants