-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop duplicating otel data to Grafana Cloud (#178)
* Remove Grafana otel tests * Revert "feat: duplicate otel data to Grafana" This reverts commit caee385. * fix old typo
- Loading branch information
Showing
7 changed files
with
9 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,12 @@ LABEL org.opencontainers.image.authors="[email protected]" \ | |
|
||
# default config, can be overridden at runtime | ||
ENV HONEYCOMB_ENDPOINT="https://api.honeycomb.io" | ||
ENV GRAFANA_ENDPOINT="https://otlp-gateway-prod-gb-south-0.grafana.net/otlp" | ||
ENV METRICS_DATASET="jobrunner-metrics" | ||
ENV LOG_LEVEL="info" | ||
|
||
# these must be provided at runtime | ||
# ENV HONEYCOMB_KEY | ||
# ENV BASIC_AUTH_USER | ||
# ENV BASIC_AUTH_PASSWORD | ||
# ENV GRAFANA_INSTANCE_ID | ||
# ENV GRAFANA_API_TOKEN | ||
|
||
COPY config.yaml /etc/otelcol-contrib/config.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
BASIC_AUTH_USER="test" | ||
BASIC_AUTH_PASSWORD="test" | ||
HONEYCOMB_KEY="testkey" | ||
GRAFANA_INSTANCE_ID="012345" | ||
GRAFANA_API_TOKEN="glc_aoeuhtnsqjkxbmwv1234567890=" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters