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

otel2influx: Support metrics "exemplars" #266

Closed
jacobmarble opened this issue Jul 14, 2023 · 0 comments · Fixed by #275
Closed

otel2influx: Support metrics "exemplars" #266

jacobmarble opened this issue Jul 14, 2023 · 0 comments · Fixed by #275

Comments

@jacobmarble
Copy link
Member

OpenTelemetry metric exemplars are ignored by otel2influx. Let's add exemplars!

jacobmarble added a commit that referenced this issue Aug 23, 2023
Fixes #266

For each metric table "foo" in v1 schema, another metric table
"foo_exemplar" is created.
jacobmarble added a commit that referenced this issue Aug 31, 2023
Closes #266

For each metric table "foo" in v1 schema, another metric table "foo_exemplar" is created.
Also added conversion for flags (logs and metrics) and observed time
(logs).

With the change, I also reviewed most of the otel2influx code, looking
for other missing otel model properties, and other small refactors.
jacobmarble added a commit that referenced this issue Aug 31, 2023
Closes #266

For each metric table "foo" in v1 schema, another metric table "foo_exemplar" is created.
Also added conversion for flags (logs and metrics) and observed time
(logs).

With the change, I also reviewed most of the otel2influx code, looking
for other missing otel model properties, and other small refactors.
jacobmarble added a commit that referenced this issue Aug 31, 2023
Closes #266

For each metric table "foo" in v1 schema, another metric table "foo_exemplar" is created.
Also added conversion for flags (logs and metrics) and observed time
(logs).

With the change, I also reviewed most of the otel2influx code, looking
for other missing otel model properties, and other small refactors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant