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

Opentelemetry metrics backend #1428

Merged
merged 13 commits into from
May 6, 2022
Merged

Opentelemetry metrics backend #1428

merged 13 commits into from
May 6, 2022

Conversation

Pask423
Copy link
Contributor

@Pask423 Pask423 commented May 2, 2022

No description provided.

build.sbt Outdated Show resolved Hide resolved
@Pask423 Pask423 changed the title Draft: Opentelemetry metrics backend Opentelemetry metrics backend May 5, 2022
openTelemetry: OpenTelemetry,
meterConfig: Option[MeterConfig] = None,
requestToInProgressCounterNameMapper: Request[_, _] => Option[CollectorConfig] = (_: Request[_, _]) =>
Some(CollectorConfig(DefaultRequestsInProgressCounterName)),
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't we provide some units as default?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In fact unit itself is optional and we are using it in many contexts so I am not sure what exactly should be used as default unit

@Pask423 Pask423 merged commit e76a46e into master May 6, 2022
@mergify mergify bot deleted the opentelemetry-metrics-backend branch May 6, 2022 09:46
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 this pull request may close these issues.

2 participants