Skip to content

Conversation

novalagung
Copy link
Contributor

  • fix: error OTEL_EXPORTER_OTLP_TRACES_INSECURE contains true, which is an invalid type, it should be a string, number, or a null
  • fix: incorrect MLT dashboard URL

… an invalid type, it should be a string, number, or a null
@novalagung novalagung requested a review from a team as a code owner February 1, 2024 20:19
@CLAassistant
Copy link

CLAassistant commented Feb 1, 2024

CLA assistant check
All committers have signed the CLA.

@@ -58,7 +58,7 @@ To execute the environment and login:
```
- "3123:3000"
```
3. Navigate to the [MLT dashboard](http://localhost:3000/d/4VSk5Lank/mlt-dashboard?orgId=1&refresh=5s).
3. Navigate to the [MLT dashboard](http://localhost:3000/d/ed4f4709-4d3b-48fd-a311-a036b85dbd5b/mlt-dashboard?orgId=1&refresh=5s).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice catch, thanks!

@hedss
Copy link
Collaborator

hedss commented Feb 16, 2024

A note about OTEL_EXPORTER_OTLP_TRACES_INSECURE needing to be "true". For style consistency with the rest of the services, yep, it should be quoted, we were inconsistent!

Practically, it absolutely doesn't matter. The variables are unmarshalled as shell variables, not YAML, and the shell will deal with, and pass, the value in exactly the same way. If there was a space in it, that'd get into globbing rules, but we won't go there. :)

@hedss hedss merged commit b698550 into grafana:main Feb 16, 2024
@novalagung novalagung deleted the fix/docker-compose branch July 25, 2024 17:15
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.

3 participants