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

Fix discarded connector_id when connector implements simple strategies #87

Closed
NassimBtk opened this issue Mar 6, 2024 · 0 comments · Fixed by #88
Closed

Fix discarded connector_id when connector implements simple strategies #87

NassimBtk opened this issue Mar 6, 2024 · 0 comments · Fixed by #88
Assignees
Labels
bug Something isn't working java

Comments

@NassimBtk
Copy link
Member

Description

The issue occurs within the MonitorFactory, where it resets attributes in subsequent job cycles, causing the removal of the connector_id attribute. As a result, critical metadata like metric descriptions, units, and types are omitted when metric values are being recorded for transmission to the OTLP Receiver.

Resolution

To resolve this issue, ensure the connector_id is maintained across job cycles.

@NassimBtk NassimBtk added the java label Mar 6, 2024
NassimBtk added a commit that referenced this issue Mar 6, 2024
* Now the `connector_id` is maintained across job cycles.
NassimBtk added a commit that referenced this issue Mar 6, 2024
* Now the `connector_id` is maintained across job cycles.
NassimBtk added a commit that referenced this issue Mar 6, 2024
…rded-connector_id-when-connector-implements-simple-strategies

Issue #87: Fix discarded `connector_id` when connector implements simple
@NassimBtk NassimBtk added the bug Something isn't working label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working java
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants