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

Base docker-compose #2

Merged
merged 2 commits into from
May 15, 2024
Merged

Base docker-compose #2

merged 2 commits into from
May 15, 2024

Conversation

olegbespalov
Copy link
Collaborator

@olegbespalov olegbespalov commented May 15, 2024

What?

This PR adds basic docker-compose for local testing and developing the k6 opentelemetry output.

It contains:

  • Grafana Alloy has gRPC and HTTP receivers for OpenTelemetry metrics
  • Prometheus as the actual metrics backend
  • Grafana + Grafana dashboards, copied from the prometheus remote write extension

Why?

Having this as the docker-compose helps during the development and testing of the open telemetry output. It also reduces the scope of the following PRs.

Part of: #1

Creates basic docker-compose that could be used for the local
running/testing opentelemetry output.

It contains Grafana, Grafana Alloy (which has OTEL receivers) and
Prometheus as metric backend.
@olegbespalov olegbespalov self-assigned this May 15, 2024
@olegbespalov olegbespalov requested a review from a team as a code owner May 15, 2024 08:24
@olegbespalov olegbespalov requested review from oleiade and codebien May 15, 2024 08:24
ports:
- "9090:9090"

alloy:

Choose a reason for hiding this comment

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

If there is a specific reason for using it over the OTLP receiver built-in in Prometheus then it would be good to comment about it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not really! I also wanted to try alloy, but I could investigate the following PRs using Prometheus. I will merge as is and open the follow-up task.

@olegbespalov olegbespalov merged commit 9fb92af into main May 15, 2024
10 checks passed
@olegbespalov olegbespalov deleted the chore/otel-docker-compose branch May 15, 2024 16:01
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